Commit 5be3614
FEAT: Create devskim.yml (microsoft#87)
### Summary
This pull request introduces a new GitHub Actions workflow to integrate
the DevSkim static analysis tool into the CI/CD pipeline. The workflow
is designed to scan code for security issues and upload the results to
the GitHub Security tab.
### New Workflow Integration:
*
[`.github/workflows/devskim.yml`](diffhunk://#diff-cf9c7e0ae50cd2d73f48fc95d5f4784c87b4932f23c9bf60f2223ef12262c4cdR1-R34):
Added a new workflow named "DevSkim" that runs on `push` and
`pull_request` events for the `main` branch, as well as on a weekly
schedule. It uses the `microsoft/DevSkim-Action` to perform security
scans and uploads the results in SARIF format using the
`github/codeql-action/upload-sarif` action.
### Issue Reference
Fixes:
[AB#37674](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/37674)
Co-authored-by: Gaurav Sharma <[email protected]>1 parent 1f28994 commit 5be3614
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments