mirror of
https://github.com/coredns/coredns.git
synced 2025-12-02 00:24:08 -05:00
build(deps): bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 (#6451)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](91713af97d...d43c1f16c0)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
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@91713af97dc80187565512baba96e4364e983601 # master
|
||||
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # master
|
||||
with:
|
||||
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
|
||||
Reference in New Issue
Block a user