Skip to content

Commit

Permalink
Update daily-security-check.yml (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke authored Jun 3, 2024
1 parent 0393fb7 commit cd4a9b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily-security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
id: check_composer
uses: andstor/file-existence-action@v2
with:
files: "composer.lock"
- name: Vulnerability check
run: php composer audit
if: steps.check_composer.outputs.files_exists == 'true'
files: "composer.lock"
- name: Run php local security checker
if: steps.check_composer.outputs.files_exists == 'true'
uses: symfonycorp/security-checker-action@v4

# node-yarn checks
- name: Check for node-yarn project
Expand Down

0 comments on commit cd4a9b5

Please sign in to comment.