We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490eefc commit 63dfcfeCopy full SHA for 63dfcfe
.github/workflows/scan.yml
@@ -14,7 +14,7 @@ jobs:
14
export DOCKER_SQUASH=0
15
./e2e-tests/build
16
- name: Run Trivy vulnerability scanner
17
- uses: aquasecurity/trivy-action@0.16.0
+ uses: aquasecurity/trivy-action@0.16.1
18
with:
19
image-ref: 'docker.io/perconalab/percona-server-mongodb-operator:${{ github.sha }}'
20
format: 'table'
0 commit comments