Skip to content

Commit

Permalink
ci: remove license scanning in trivy vulnerabiltiy job (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Aug 22, 2024
1 parent 8eb1b6b commit 7cdd11a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/VULN-TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Vulnerabilities detected
labels: security
---
High or critical vulnerabilities detected. Scan results are below:

{{ env.RESULTS }}
2 changes: 1 addition & 1 deletion .github/workflows/report-on-vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
image-ref: ghcr.io/doodlescheduling/flux-build:latest
format: json
scanners: license,vuln,secret
scanners: vuln,secret
ignore-unfixed: false
severity: HIGH,CRITICAL
output: scan.json
Expand Down

0 comments on commit 7cdd11a

Please sign in to comment.