Skip to content

Commit a1bfd5b

Browse files
Added Composer.lock file
1 parent fc75b40 commit a1bfd5b

3 files changed

Lines changed: 1991 additions & 2 deletions

File tree

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@master
1010
- name: Run Snyk to check for vulnerabilities
11-
uses: snyk/actions/node@master
11+
uses: snyk/actions/php@master
1212
env:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build
2-
composer.lock
32
vendor
43
phpcs.xml
54
.phpunit.result.cache

0 commit comments

Comments
 (0)