diff options
author | 2023-11-13 11:09:16 -0800 | |
---|---|---|
committer | 2023-11-13 11:09:16 -0800 | |
commit | 30b9ae1bcc28268aadcda1c7e76f9b27b7ef1f28 (patch) | |
tree | 056d95e2d6c8fe3238e19959b8f6488ffa7ac9d4 /.github | |
parent | 96ef380f15dd217939f02b0039516d03a41d63fa (diff) | |
download | coredns-30b9ae1bcc28268aadcda1c7e76f9b27b7ef1f28.tar.gz coredns-30b9ae1bcc28268aadcda1c7e76f9b27b7ef1f28.tar.zst coredns-30b9ae1bcc28268aadcda1c7e76f9b27b7ef1f28.zip |
build(deps): bump aquasecurity/trivy-action from 0.13.1 to 0.14.0 (#6404)
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 aa6c279da..8dd7dfc85 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@f78e9ecf42a1271402d4f484518b9313235990e1 # master + uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |