diff options
author | 2024-06-05 14:44:15 -0400 | |
---|---|---|
committer | 2024-06-05 14:44:15 -0400 | |
commit | c99b5fa4d39e673903eb1086989b1d96ee553e95 (patch) | |
tree | ee9ae8d3e5c255f013892e018658f02fc448f770 /.github | |
parent | cb493e0b7daa9a480a1b843f0228ce1d089a7d60 (diff) | |
download | coredns-c99b5fa4d39e673903eb1086989b1d96ee553e95.tar.gz coredns-c99b5fa4d39e673903eb1086989b1d96ee553e95.tar.zst coredns-c99b5fa4d39e673903eb1086989b1d96ee553e95.zip |
build(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 (#6711)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/b2933f565dbc598b29947660e66259e3c7bc8561...fd25fed6972e341ff0007ddb61f77e88103953c2)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/trivy-scan.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml index 1059cab89..96c934176 100644 --- a/.github/workflows/trivy-scan.yaml +++ b/.github/workflows/trivy-scan.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master + uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |