Skip to content

Commit c569984

Browse files
committed
PHP 8.1 security checks added
1 parent 46284c7 commit c569984

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
env:
3030
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
3131
with:
32-
args: |
33-
--file=Dockerfile,
34-
--severity-threshold=high
32+
args: --file=Dockerfile --severity-threshold=high
3533
image: milejko/php-fpm-testing
3634

3735
php81-security-check:

0 commit comments

Comments
 (0)