diff --git a/.github/workflows/ghostv4.yml b/.github/workflows/ghostv4.yml index e9151ffa..4d2bef76 100644 --- a/.github/workflows/ghostv4.yml +++ b/.github/workflows/ghostv4.yml @@ -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 diff --git a/.github/workflows/ghostv5-debian.yml b/.github/workflows/ghostv5-debian.yml index f99b8ec7..f357f64e 100644 --- a/.github/workflows/ghostv5-debian.yml +++ b/.github/workflows/ghostv5-debian.yml @@ -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 diff --git a/.github/workflows/ghostv5.yml b/.github/workflows/ghostv5.yml index b433e0f1..1c0c3f34 100644 --- a/.github/workflows/ghostv5.yml +++ b/.github/workflows/ghostv5.yml @@ -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