We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c569984 commit c4c12cbCopy full SHA for c4c12cb
.github/workflows/security.yml
@@ -24,7 +24,7 @@ jobs:
24
build-args: PHP_VERSION=8.2
25
-
26
name: Run Snyk to check Docker image for vulnerabilities
27
- continue-on-error: false
+ continue-on-error: true
28
uses: snyk/actions/docker@master
29
env:
30
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
@@ -48,7 +48,7 @@ jobs:
48
build-args: PHP_VERSION=8.1
49
50
51
52
53
54
0 commit comments