Skip to content

Commit

Permalink
Change security check to composer audit
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Feb 8, 2024
1 parent 7905a5a commit a2160dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 224 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 @@ -19,9 +19,9 @@ jobs:
uses: andstor/file-existence-action@v2
with:
files: "composer.lock"
- name: Run php local security checker
if: steps.check_composer.outputs.files_exists == 'true'
uses: symfonycorp/security-checker-action@v4
- name: Vulnerability check
run: php composer audit
if: steps.check_composer.outputs.files_exists == 'true'

# node-yarn checks
- name: Check for node-yarn project
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
SLACK_MESSAGE: 'Dependency check failed :crying_cat_face:'
SLACK_TITLE: ${{ github.repository }} wants attention
SLACK_USERNAME: NightlySecurityCheck
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"knplabs/knp-paginator-bundle": "^5.9",
"nelmio/security-bundle": "^2.12",
"openconext/monitor-bundle": "^3.0",
"sensiolabs/security-checker": "^6.0",
"surfnet/stepup-bundle": "^5.0",
"surfnet/stepup-middleware-client-bundle": "^4.1",
"surfnet/stepup-saml-bundle": "^4.3.2",
Expand Down
220 changes: 1 addition & 219 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2160dd

Please sign in to comment.