Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Run composer audit
run: |
cd az-quickstart-scaffolding
composer audit --abandoned report
composer audit --no-dev --ignore-severity=low --ignore-severity=moderate

yarn-audit:
name: yarn audit (security)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Audit composer dependencies
run: |
cd az-quickstart-scaffolding
composer audit --abandoned report
composer audit

yarn-audit:
name: yarn audit (security)
Expand Down
Loading