We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f2f06 commit 1d47c19Copy full SHA for 1d47c19
1 file changed
.github/workflows/reusable-trivy.yml
@@ -70,7 +70,7 @@ jobs:
70
ref: ${{ github.event.pull_request.head.sha }}
71
72
- name: Run Trivy vulnerability scanner
73
- uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
+ uses: aquasecurity/trivy-action@a20de5420d57c4102486cdd9578b45609c99d7eb # 0.26.0
74
with:
75
scan-type: '${{ inputs.scan-type }}'
76
scan-ref: '.'
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
image-ref: '${{ inputs.image-ref }}'
134
format: 'template'
0 commit comments