diff options
author | 2024-03-07 14:37:05 -0500 | |
---|---|---|
committer | 2024-03-07 14:37:05 -0500 | |
commit | 90d2ff7e83d2dcb92bbc040f3cda2e4432d3d915 (patch) | |
tree | f6242f9fc49807bec1758b3772fdaa0d0f3397a8 | |
parent | 92b7e658e327f0fafef5c8496f920726e087ba4d (diff) | |
download | coredns-90d2ff7e83d2dcb92bbc040f3cda2e4432d3d915.tar.gz coredns-90d2ff7e83d2dcb92bbc040f3cda2e4432d3d915.tar.zst coredns-90d2ff7e83d2dcb92bbc040f3cda2e4432d3d915.zip |
build(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.18.0 (#6522)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.16.1 to 0.18.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca...062f2592684a31eb3aa050cc61e7ca1451cecd3d)
---
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>
-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 407b82019..2edc43040 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@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # master + uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |