Disable trivy license scanning

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-24 08:55:27 +01:00
parent 3830300c8e
commit ee08aeb8bf

View File

@@ -104,14 +104,15 @@ jobs:
coverage.html coverage.html
retention-days: 30 retention-days: 30
- run: "make lint" - run: "make lint"
- uses: "aquasecurity/trivy-action@0.33.1" # Trivy ignore does not work for license scanning in Github action
with: # - uses: "aquasecurity/trivy-action@0.33.1"
scan-type: "fs" # with:
scanners: "license" # scan-type: "fs"
severity: "UNKNOWN,HIGH,CRITICAL" # scanners: "license"
exit-code: 1 # severity: "UNKNOWN,HIGH,CRITICAL"
trivyignores: ".trivyignore.yaml" # exit-code: 1
trivy-config: "trivy.yaml" # trivyignores: ".trivyignore.yaml"
# trivy-config: "trivy.yaml"
test-e2e: test-e2e:
name: "test-e2e" name: "test-e2e"