Skip to content

Commit

Permalink
feat(ci): added the audit task explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Oct 15, 2023
1 parent 25d897e commit db0ae2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
coverage: xdebug
#tools: castor
- uses: actions/checkout@v3

# Composer
- name: Get Composer Cache Directory
id: composer-cache
run: |
Expand All @@ -41,6 +43,9 @@ jobs:
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Audit the code for vulnerabilities
run: composer audit

# Tests
- name: Execute tests via PHPUnit
run: vendor/bin/simple-phpunit
Expand Down

0 comments on commit db0ae2c

Please sign in to comment.