Skip to content

Commit

Permalink
Build(deps): Bump aquasecurity/trivy-action from 0.14.0 to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Dec 14, 2023
1 parent a8453ae commit 9881c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghostv4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ jobs:

- name: Checkpoint | Scanner Trivy for HIGH,CRITICAL CVEs and report (blocking)
continue-on-error: true
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.16.0
with:
image-ref: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }}
exit-code: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghostv5-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ jobs:

- name: Checkpoint | Scanner Trivy for HIGH,CRITICAL CVEs and report (blocking)
continue-on-error: true
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.16.0
with:
image-ref: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }}
exit-code: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghostv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:

- name: Checkpoint | Scanner Trivy for HIGH,CRITICAL CVEs and report (blocking)
continue-on-error: true
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.16.0
with:
image-ref: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }}
exit-code: 0
Expand Down

0 comments on commit 9881c5d

Please sign in to comment.