build(deps): bump aquasecurity/trivy-action from 0.13.1 to 0.14.0 (#6404)
This commit is contained in:
parent
96ef380f15
commit
30b9ae1bcc
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@v4
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # master
|
||||
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # master
|
||||
with:
|
||||
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
|
|
Loading…
Add table
Reference in a new issue