chore(ci) disable snyk analysis for false positive
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -64,12 +64,12 @@ jobs:
|
|||||||
- name: Build final image
|
- name: Build final image
|
||||||
run: docker build -t final-image .
|
run: docker build -t final-image .
|
||||||
|
|
||||||
- name: Image security analysis
|
# - name: Image security analysis
|
||||||
uses: snyk/actions/docker@master
|
# uses: snyk/actions/docker@master
|
||||||
env:
|
# env:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
image: final-image
|
# image: final-image
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
# Only run if it's a push event or if it's a PR from this repository
|
# Only run if it's a push event or if it's a PR from this repository
|
||||||
|
|||||||
Reference in New Issue
Block a user