Skip to content

Commit

Permalink
-add scanning for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 27, 2023
1 parent 121bb81 commit b095ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Fix .trivy permissions
run: sudo chown -R $(stat . -c %u:%g) .trivy

- id: Check result
- name: Check result
id: trivy-result
run: |
cat result.json

0 comments on commit b095ea0

Please sign in to comment.