Conversation
liamls
force-pushed
the
feature/add_cve_scan_ci
branch
6 times, most recently
from
July 28, 2026 15:04
b675f1e to
fbaec6b
Compare
liamls
force-pushed
the
feature/add_cve_scan_ci
branch
3 times, most recently
from
July 31, 2026 10:02
d9ed33e to
4c0022d
Compare
jonathanreveille
approved these changes
Aug 11, 2026
liamls
force-pushed
the
feature/add_cve_scan_ci
branch
from
August 11, 2026 13:22
b5748b9 to
97d10a1
Compare
We want to add a trivy job to handle CVE errors and warning in order to have a global view in a security context.
liamls
force-pushed
the
feature/add_cve_scan_ci
branch
from
August 11, 2026 13:54
97d10a1 to
03ddbef
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scan-cveCircleCI job that scans the production image and frontend dependencies with Trivy--vuln-type os|library) instead of one mixed report:env-report.html: OS/Debian CVEs from thepython:3.11-bookwormbase imageback-report.html: back-end (Python/pip) application CVEs onlyfront-report.html: front-end (yarn/npm) application CVEs only--exit-code 0, the job never fails the pipelineTest plan
scan-cvejob runs on CircleCI