Skip to content

Commit

Permalink
Removed Sensio security checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamieljv committed Apr 20, 2024
1 parent 87ddc47 commit ba5a14d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,4 @@ jobs:
run: php artisan migrate --force -v

- name: Test with phpunit
run: ./vendor/bin/pest

- name: Run Sensiolabs security checks
run: |
test -d security-checker || git clone https://github.com/sensiolabs/security-checker.git
cd security-checker
composer install
php security-checker security:check ../composer.lock
run: ./vendor/bin/pest

0 comments on commit ba5a14d

Please sign in to comment.