Skip to content

Commit 242ea5c

Browse files
committed
Add os and library security checks to the trivy scan.
Signed-off-by: Daniel Ortiz <dortiz@krakend.io>
1 parent 459457d commit 242ea5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
scan-type: 'image'
8383
image-ref: ${{ steps.meta.outputs.tags }}
84-
security-checks: 'vuln,secret'
84+
security-checks: 'vuln,secret,os,library'
8585
ignore-unfixed: true
8686
format: 'sarif'
8787
output: 'trivy-results.sarif'

0 commit comments

Comments
 (0)