build(deps): bump aquasecurity/trivy-action from 0.8.0 to 0.9.0 (#5900)
This commit is contained in:
parent
b7279d1f66
commit
04341e0ab8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trivy-scan.yaml
vendored
2
.github/workflows/trivy-scan.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5 # master
|
||||
uses: aquasecurity/trivy-action@cff3e9a7f62c41dd51975266d0ae235709e39c41 # master
|
||||
with:
|
||||
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
|
|
Loading…
Add table
Reference in a new issue