Skip to content

Commit

Permalink
ci: change engress policy to audit for trivy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Feb 11, 2024
1 parent 57a254d commit 56b77d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ jobs:
scan-type: 'image'
image-ref: '${{ needs.publish.outputs.image }}:${{ needs.publish.outputs.version }}'
sarif: 'container-standalone.sarif'
egress-policy: 'audit'

trivy-bundle:
name: Trivy for bundle
Expand All @@ -349,3 +350,4 @@ jobs:
scan-type: 'image'
image-ref: '${{ needs.allinone.outputs.image }}:${{ needs.allinone.outputs.version }}'
sarif: 'container-bundle.sarif'
egress-policy: 'audit'

0 comments on commit 56b77d9

Please sign in to comment.