chore(deps): update aquasecurity/trivy-action digest to df3fb7d (#5239)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5d47282ea5
commit
792e954937
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -509,7 +509,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run Trivy vulnerability scanner in repo mode
|
||||
uses: aquasecurity/trivy-action@4b9b6fb4ef28b31450391a93ade098bb00de584e
|
||||
uses: aquasecurity/trivy-action@df3fb7d00b594d641478ba45b867f5cbb32108be
|
||||
with:
|
||||
scan-type: "fs"
|
||||
scan-ref: "."
|
||||
|
2
.github/workflows/trivy-docker.yaml
vendored
2
.github/workflows/trivy-docker.yaml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Trivy vulnerability scanner in image mode
|
||||
uses: aquasecurity/trivy-action@4b9b6fb4ef28b31450391a93ade098bb00de584e
|
||||
uses: aquasecurity/trivy-action@df3fb7d00b594d641478ba45b867f5cbb32108be
|
||||
with:
|
||||
image-ref: "docker.io/codercom/code-server:latest"
|
||||
ignore-unfixed: true
|
||||
|
Reference in New Issue
Block a user