devito icon indicating copy to clipboard operation
devito copied to clipboard

tests: Add security audit.

Open ggorman opened this issue 8 months ago • 2 comments

Integrate security scanning tools—pip-audit, Bandit, and Trivy—into the GitHub Actions workflow

ggorman avatar Apr 03 '25 13:04 ggorman

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.

codecov[bot] avatar Apr 03 '25 14:04 codecov[bot]

Closing as suggested offline by @ggorman

FabioLuporini avatar Aug 12 '25 07:08 FabioLuporini