Merge pull request #2012 from nodiscc/update-trivy
tools/tests: update trivy to v0.44.0
This commit is contained in:
commit
638a7c5141
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -194,7 +194,7 @@ sasslint:
|
||||||
##
|
##
|
||||||
|
|
||||||
# trivy version (https://github.com/aquasecurity/trivy/releases)
|
# trivy version (https://github.com/aquasecurity/trivy/releases)
|
||||||
TRIVY_VERSION=0.43.1
|
TRIVY_VERSION=0.44.0
|
||||||
# default trivy exit code when vulnerabilities are found
|
# default trivy exit code when vulnerabilities are found
|
||||||
TRIVY_EXIT_CODE=1
|
TRIVY_EXIT_CODE=1
|
||||||
# default docker image to scan with trivy
|
# default docker image to scan with trivy
|
||||||
|
|
Loading…
Reference in a new issue