Skip to content

Commit a1c9953

Browse files
committed
Change output format
1 parent faa59e0 commit a1c9953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: aquasecurity/trivy-action@0.29.0
3030
with:
3131
image-ref: 'ghcr.io/serversideup/docker-ssh'
32-
format: 'github'
32+
format: 'json'
3333
output: 'trivy-results.json'
3434
github-pat: ${{ secrets.GITHUB_TOKEN }}
3535
ignore-unfixed: true

0 commit comments

Comments
 (0)