Disable trivy license scanning
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
17
.github/workflows/make.yaml
vendored
17
.github/workflows/make.yaml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user