We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383c116 commit 8ac429bCopy full SHA for 8ac429b
.github/workflows/pr-checks.yml
@@ -75,7 +75,7 @@ jobs:
75
cache-from: type=gha,scope=${{ github.ref_name }}-ofo
76
cache-to: type=gha,scope=${{ github.ref_name }}-ofo
77
- name: Run Trivy vulnerability scanner
78
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@0.29.0
79
with:
80
input: ${{ github.workspace }}/open-feature-operator-local.tar
81
format: "sarif"
0 commit comments