diff options
author | 2024-01-08 21:09:10 +0100 | |
---|---|---|
committer | 2024-01-08 21:09:10 +0100 | |
commit | 249e9e5e851892527ec7f2774e87422569864003 (patch) | |
tree | dc85a36e244a71ad72947ed5153be3c78bae195c /.github | |
parent | d7fc014d254c93ec1595934320d06f1d18c150bd (diff) | |
download | coredns-249e9e5e851892527ec7f2774e87422569864003.tar.gz coredns-249e9e5e851892527ec7f2774e87422569864003.tar.zst coredns-249e9e5e851892527ec7f2774e87422569864003.zip |
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](https://github.com/aquasecurity/trivy-action/compare/91713af97dc80187565512baba96e4364e983601...d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca)
---
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>
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 e14165cdf..193b03a03 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@91713af97dc80187565512baba96e4364e983601 # master + uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |