aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-06-12 08:21:47 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-12 08:21:47 -0700
commit781956bb202ead69c00fabde153c57c87e8a1a3c (patch)
tree7749fe5dc11d80fc5501799027bb57aafbb1d587
parent0d88f8f13aad52c080f8cb2ca722bf5df95aed5b (diff)
downloadcoredns-781956bb202ead69c00fabde153c57c87e8a1a3c.tar.gz
coredns-781956bb202ead69c00fabde153c57c87e8a1a3c.tar.zst
coredns-781956bb202ead69c00fabde153c57c87e8a1a3c.zip
build(deps): bump aquasecurity/trivy-action from 0.10.0 to 0.11.2 (#6155)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.10.0 to 0.11.2. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/e5f43133f6e8736992c9f3c1b3296e24b37e17f2...41f05d9ecffa2ed3f1580af306000f734b733e54) --- 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 89a632515..f54205fff 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@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # master
+ uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # master
with:
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
severity: 'CRITICAL,HIGH'