aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-09-04 08:36:40 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-04 08:36:40 -0700
commit0e9f8a98c206ef52c070e508f688e7534a72db8f (patch)
tree34978d423cf9fa41ca3db9430c43a613fea7e240 /.github
parent96d3e09c7d2ef654d07a2d32464ec2e06128b57a (diff)
downloadcoredns-0e9f8a98c206ef52c070e508f688e7534a72db8f.tar.gz
coredns-0e9f8a98c206ef52c070e508f688e7534a72db8f.tar.zst
coredns-0e9f8a98c206ef52c070e508f688e7534a72db8f.zip
build(deps): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0 (#6301)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/41f05d9ecffa2ed3f1580af306000f734b733e54...fbd16365eb88e12433951383f5e99bd901fc618f) --- 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.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml
index 239e9ecb2..37259f1db 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@41f05d9ecffa2ed3f1580af306000f734b733e54 # master
+ uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # master
with:
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
severity: 'CRITICAL,HIGH'