Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
/ elabimg Public archive

Commit 53c18ab

Browse files
committed
ci: trivy: try to avoid scanning devDependencies
we really don't care about a dependency of cypress having a vuln, it doesn't exist in prod...
1 parent e43740b commit 53c18ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_hypernext.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
# use only the vuln scanner to avoid OOM kill with secrets scanning
9898
#not working: scanners: 'vuln'
9999
severity: 'CRITICAL,HIGH'
100+
args: '--prod'
100101

101102
# SBOM
102103
- name: Run Trivy in GitHub SBOM mode and submit results to Dependency Graph

0 commit comments

Comments
 (0)