diff options
author | 2023-11-06 10:01:25 -0800 | |
---|---|---|
committer | 2023-11-06 10:01:25 -0800 | |
commit | 0fa31f1063ed90caee6dac07614f064ba2a7de7c (patch) | |
tree | e5be3e9ee663461860027fcf6fd12aa3687c0a13 /.github | |
parent | 5bbb7905f5c49ed0c84daf972cf1bb794fb6e4f5 (diff) | |
download | coredns-0fa31f1063ed90caee6dac07614f064ba2a7de7c.tar.gz coredns-0fa31f1063ed90caee6dac07614f064ba2a7de7c.tar.zst coredns-0fa31f1063ed90caee6dac07614f064ba2a7de7c.zip |
build(deps): bump aquasecurity/trivy-action from 0.13.0 to 0.13.1 (#6387)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/b77b85c0254bba6789e787844f0585cde1e56320...f78e9ecf42a1271402d4f484518b9313235990e1)
---
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 0b2db730d..aa6c279da 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@b77b85c0254bba6789e787844f0585cde1e56320 # master + uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |