Skip to content

Commit c4c12cb

Browse files
committed
Security checks: continue on errors
1 parent c569984 commit c4c12cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build-args: PHP_VERSION=8.2
2525
-
2626
name: Run Snyk to check Docker image for vulnerabilities
27-
continue-on-error: false
27+
continue-on-error: true
2828
uses: snyk/actions/docker@master
2929
env:
3030
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
@@ -48,7 +48,7 @@ jobs:
4848
build-args: PHP_VERSION=8.1
4949
-
5050
name: Run Snyk to check Docker image for vulnerabilities
51-
continue-on-error: false
51+
continue-on-error: true
5252
uses: snyk/actions/docker@master
5353
env:
5454
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)