Skip to content

Commit 968dc95

Browse files
committed
removed Azure/container-scan because it is depricated
1 parent 7b7ddb2 commit 968dc95

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,6 @@ jobs:
123123
run: |
124124
npm run docker-login-dockerhub
125125
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
136126
- name: scan container
137127
run: |
138128
docker --version

0 commit comments

Comments
 (0)