chore(ci) disable snyk analysis for false positive

This commit is contained in:
Quentin McGaw
2021-11-12 23:39:01 +00:00
parent 2d244c08e7
commit 427cf86f44

View File

@@ -64,12 +64,12 @@ jobs:
- name: Build final image
run: docker build -t final-image .
- name: Image security analysis
uses: snyk/actions/docker@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: final-image
# - name: Image security analysis
# uses: snyk/actions/docker@master
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# with:
# image: final-image
publish:
# Only run if it's a push event or if it's a PR from this repository