Skip to content

Commit

Permalink
[CI] remove security check temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Oct 10, 2024
1 parent 2520322 commit c258afd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,6 @@ jobs:
- name: PHPStan - PHP Static Analysis Tool
run: make phpstan

- name: Local PHP Security Checker
run: |-
lastReleaseInfo=$(curl --silent "https://api.github.com/repos/fabpot/local-php-security-checker/releases/latest")
securityCheckVersion=$(echo "${lastReleaseInfo}" | grep '"tag_name":' | sed -E 's/.*"v(.+)",/\1/')
curl -L https://github.com/fabpot/local-php-security-checker/releases/download/v${securityCheckVersion}/local-php-security-checker_linux_$(dpkg --print-architecture) --output ./local-php-security-checker
chmod +x ./local-php-security-checker
./local-php-security-checker
phpunit:
name: PHPUnit
runs-on: ubuntu-latest
Expand Down

0 comments on commit c258afd

Please sign in to comment.