aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-13 10:16:51 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-13 10:16:51 -0400
commitcc39479b7a0aaa54376e51be10c78c3567d12dc1 (patch)
tree51c356698c20db86b7343bc523468fe29c29d358
parent792b8228e984fc910196bd3a55e9f40b51efe8af (diff)
downloadcoredns-cc39479b7a0aaa54376e51be10c78c3567d12dc1.tar.gz
coredns-cc39479b7a0aaa54376e51be10c78c3567d12dc1.tar.zst
coredns-cc39479b7a0aaa54376e51be10c78c3567d12dc1.zip
build(deps): bump aquasecurity/trivy-action from 0.9.1 to 0.9.2 (#5962)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/8bd2f9fbda2109502356ff8a6a89da55b1ead252...1f0aa582c8c8f5f7639610d6d38baddfea4fdcee) --- 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>
-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 092067956..24e0559b8 100644
--- a/.github/workflows/trivy-scan.yaml
+++ b/.github/workflows/trivy-scan.yaml
@@ -20,7 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner
- uses: aquasecurity/trivy-action@8bd2f9fbda2109502356ff8a6a89da55b1ead252 # master
+ uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # master
with:
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
severity: 'CRITICAL,HIGH'