We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d373f commit 5bf2808Copy full SHA for 5bf2808
1 file changed
.github/workflows/pr-checks.yml
@@ -78,7 +78,7 @@ jobs:
78
cache-from: type=gha,scope=${{ github.ref_name }}-ofo
79
cache-to: type=gha,scope=${{ github.ref_name }}-ofo
80
- name: Run Trivy vulnerability scanner
81
- uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
+ uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
82
with:
83
input: ${{ github.workspace }}/open-feature-operator-local.tar
84
format: "sarif"
0 commit comments