trivy repo level scan for python agent#1519
trivy repo level scan for python agent#1519daniellim1 wants to merge 4 commits intonewrelic:mainfrom
Conversation
added repo level scan for python agent
updated repo level scan for python agent
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1519 +/- ##
==========================================
- Coverage 81.59% 81.55% -0.04%
==========================================
Files 206 206
Lines 23689 23689
Branches 3753 3753
==========================================
- Hits 19328 19320 -8
- Misses 3100 3104 +4
- Partials 1261 1265 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
updating permissions for reading actions
|
|
There was a problem hiding this comment.
We don't change this image very often and it's only used for testing so maybe we could move this scanning into our build ci image workflow so it only scans when a new image is built? This happens inside our .github/workflows/build-ci-image.yml where it can be triggered by a cron schedule or manually.
Before contributing, please read our contributing guidelines and code of conduct.
Overview
Describe the changes present in the pull request
Related Github Issue
Include a link to the related GitHub issue, if applicable
Testing
The agent includes a suite of tests which should be used to
verify your changes don't break existing functionality. These tests will run with
Github Actions when a pull request is made. More details on running the tests locally can be found in our
testing guidelines,
For most contributions it is strongly recommended to add additional tests which
exercise your changes.