Commit 32bf9ef
authored
Add DevSkim workflow for code scanning (#479)
# Description
This pull request introduces a new GitHub Actions workflow to integrate
DevSkim, an automated security scanning tool, into the CI/CD pipeline.
The workflow runs on pushes, pull requests, and on a weekly schedule,
scanning code for security issues and uploading results to the GitHub
Security tab.
**Security and CI/CD Integration:**
* Added a new workflow file `.github/workflows/devskim.yml` to automate
DevSkim security scans on the `main` branch for pushes, pull requests,
and on a weekly schedule. The workflow checks out the code, runs the
DevSkim scanner, and uploads the results in SARIF format to GitHub's
Security tab.
# Change type
- [ ] Bug fix (non-breaking change)
- [ ] Code style update (formatting, local variables)
- [] New Feature (non-breaking change that adds new functionality
without impacting existing)
- [ ] Breaking change (fix or feature that may cause functionality
impact)
- [x] Other
# Checklist:
- [x] My code follows the style and contribution guidelines of this
project.
- [x] I have tested and validated my code changes.1 parent b9ea352 commit 32bf9ef
1 file changed
+34
-0
lines changed| 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