aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-10-30 08:41:37 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-30 08:41:37 -0700
commit319165e434909b318b8d8f9cc1836fc8daa20534 (patch)
treec04858c313d5c79050084254b821cbe1937238f6
parent28aad99ecdda6c8c49dcf6565ad5bce18c564160 (diff)
downloadcoredns-319165e434909b318b8d8f9cc1836fc8daa20534.tar.gz
coredns-319165e434909b318b8d8f9cc1836fc8daa20534.tar.zst
coredns-319165e434909b318b8d8f9cc1836fc8daa20534.zip
build(deps): bump aquasecurity/trivy-action from 0.12.0 to 0.13.0 (#6378)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/fbd16365eb88e12433951383f5e99bd901fc618f...b77b85c0254bba6789e787844f0585cde1e56320) --- 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.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml
index 37259f1db..0b2db730d 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@fbd16365eb88e12433951383f5e99bd901fc618f # master
+ uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # master
with:
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
severity: 'CRITICAL,HIGH'