chore(deps): update aquasecurity/trivy-action action to v0.36.0
This commit is contained in:
parent
1f049e5ebd
commit
f2c27b196c
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
if: (!startsWith(github.head_ref, 'release'))
|
if: (!startsWith(github.head_ref, 'release'))
|
||||||
uses: aquasecurity/trivy-action@0.35.0
|
uses: aquasecurity/trivy-action@v0.36.0
|
||||||
with:
|
with:
|
||||||
scan-type: 'rootfs'
|
scan-type: 'rootfs'
|
||||||
scan-ref: './oauth2-proxy'
|
scan-ref: './oauth2-proxy'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue