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 7b7ddb2 commit 968dc95Copy full SHA for 968dc95
1 file changed
.github/workflows/continuous-deployment.yml
@@ -123,16 +123,6 @@ jobs:
123
run: |
124
npm run docker-login-dockerhub
125
npm run dockerize-for-prod-dockerhub
126
- - name: Scan image for security issues
127
- uses: Azure/container-scan@v0
128
- env:
129
- # Skip `won't fix` CVEs
130
- # See https://github.com/Azure/container-scan/issues/61
131
- TRIVY_IGNORE_UNFIXED: true
132
- with:
133
- image-name: s3proxy:test
134
- severity-threshold: HIGH
135
- run-quality-checks: true
136
- name: scan container
137
138
docker --version
0 commit comments