mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use Github Action to check for insecure dependencies, instead of using (missing) console command
This commit is contained in:
parent
21cf97fedc
commit
7b58c6ec22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
run: ./bin/console lint:xliff translations
|
run: ./bin/console lint:xliff translations
|
||||||
|
|
||||||
- name: Check dependencies for security
|
- name: Check dependencies for security
|
||||||
run: ./bin/console security:check
|
uses: symfonycorp/security-checker-action@v2
|
||||||
|
|
||||||
- name: Check doctrine mapping
|
- name: Check doctrine mapping
|
||||||
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
|
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue