tests: Add security audit.
Integrate security scanning tools—pip-audit, Bandit, and Trivy—into the GitHub Actions workflow
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 91.99%. Comparing base (afdc230) to head (45fc168).
:warning: Report is 410 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #2569 +/- ##
==========================================
- Coverage 92.00% 91.99% -0.01%
==========================================
Files 244 244
Lines 47760 47760
Branches 4199 4199
==========================================
- Hits 43940 43937 -3
- Misses 3149 3150 +1
- Partials 671 673 +2
| Flag | Coverage Δ | |
|---|---|---|
| pytest-gpu-aomp-amdgpuX | 72.60% <ø> (ø) |
|
| pytest-gpu-nvc-nvidiaX | 73.68% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Closing as suggested offline by @ggorman