Skip to content

Commit

Permalink
Merge pull request #178 from PHPCSStandards/feature/ghactions-update-…
Browse files Browse the repository at this point in the history
…composer-security-download

GH Actions/Securitycheck: update the security checker download
  • Loading branch information
jrfnl committed May 27, 2022
2 parents aa70e1c + eac6394 commit 49dc287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/securitycheck.yml
Expand Up @@ -39,10 +39,10 @@ jobs:

- name: Download security checker
# yamllint disable-line rule:line-length
run: wget -P . https://github.com/fabpot/local-php-security-checker/releases/download/v1.2.0/local-php-security-checker_1.2.0_linux_amd64
run: wget -P . https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.3/local-php-security-checker_2.0.3_linux_amd64

- name: Make security checker executable
run: chmod +x ./local-php-security-checker_1.2.0_linux_amd64
run: chmod +x ./local-php-security-checker_2.0.3_linux_amd64

- name: Check against insecure dependencies
run: ./local-php-security-checker_1.2.0_linux_amd64 --path=composer.lock
run: ./local-php-security-checker_2.0.3_linux_amd64 --path=composer.lock

0 comments on commit 49dc287

Please sign in to comment.