Skip to content

Commit a7e4c93

Browse files
committed
Fix scan defaults
1 parent 8b725d0 commit a7e4c93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/action_publish-images-security-updates.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525
uses: aquasecurity/trivy-action@0.29.0
2626
with:
2727
image-ref: 'ghcr.io/serversideup/docker-ssh'
28-
format: 'table'
2928
exit-code: '1'
3029
ignore-unfixed: true
3130
severity: 'CRITICAL,HIGH'
32-
scanners: 'vuln'
3331
hide-progress: true
3432

3533
# Set default output if scanning is skipped

0 commit comments

Comments
 (0)