diff options
author | 2023-02-06 07:21:34 -0800 | |
---|---|---|
committer | 2023-02-06 07:21:34 -0800 | |
commit | 04341e0ab8ae393c5d924111dba9a60323945d54 (patch) | |
tree | b87c8bdf7f205dfde8ef777de1a5967f5a10b07a /.github | |
parent | b7279d1f668ad2fe401c254543f9dcbc878b0378 (diff) | |
download | coredns-04341e0ab8ae393c5d924111dba9a60323945d54.tar.gz coredns-04341e0ab8ae393c5d924111dba9a60323945d54.tar.zst coredns-04341e0ab8ae393c5d924111dba9a60323945d54.zip |
build(deps): bump aquasecurity/trivy-action from 0.8.0 to 0.9.0 (#5900)
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 cfe0ae3b1..ec6390db5 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@9ab158e8597f3b310480b9a69402b419bc03dbd5 # master + uses: aquasecurity/trivy-action@cff3e9a7f62c41dd51975266d0ae235709e39c41 # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |