Skip to content

Commit 27c68a7

Browse files
authored
chore: update deprecated trivy cli option (#1197)
1 parent 8fb417a commit 27c68a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ longhorn:
207207
.PHONY: scan
208208
scan:
209209
trivy fs \
210-
--security-checks vuln \
210+
--scanners vuln \
211211
--exit-code=1 \
212212
--severity="HIGH,CRITICAL" \
213213
--ignore-unfixed \

0 commit comments

Comments
 (0)