diff options
author | 2024-05-13 18:00:05 +0200 | |
---|---|---|
committer | 2024-05-13 18:00:05 +0200 | |
commit | 3638db91b8dac2e0c982480a6db7f7e9ec2b0992 (patch) | |
tree | e2eef92d3169668017e7f5cc7bbdb3617027d18f /.github | |
parent | e38b8ab455700471777bc30af4fb36588804cd0d (diff) | |
download | coredns-3638db91b8dac2e0c982480a6db7f7e9ec2b0992.tar.gz coredns-3638db91b8dac2e0c982480a6db7f7e9ec2b0992.tar.zst coredns-3638db91b8dac2e0c982480a6db7f7e9ec2b0992.zip |
build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 (#6674)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/d710430a6722f083d3b36b8339ff66b32f22ee55...b2933f565dbc598b29947660e66259e3c7bc8561)
---
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 2b589be9e..7360172de 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@d710430a6722f083d3b36b8339ff66b32f22ee55 # master + uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |