diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 8730b05ab7..5f8210d9a5 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -111,7 +111,7 @@ jobs: # Equivalent to: # $ trivy image openpolicyagent/opa:edge-static - name: Run Trivy scan on image - uses: aquasecurity/trivy-action@0.13.1 + uses: aquasecurity/trivy-action@0.14.0 with: image-ref: 'openpolicyagent/opa:edge-static' format: table @@ -139,7 +139,7 @@ jobs: # Equivalent to: # $ trivy fs . - name: Run Trivy scan on repo - uses: aquasecurity/trivy-action@0.13.1 + uses: aquasecurity/trivy-action@0.14.0 with: scan-type: fs format: table