fix(ci): remove dart pub audit step (unsupported in runner SDK)
All checks were successful
CI / ci (push) Successful in 10m50s
All checks were successful
CI / ci (push) Successful in 10m50s
The stable Flutter SDK on the CI runner does not include the `dart pub audit` subcommand. Trivy scan still covers dependency security. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -96,9 +96,6 @@ jobs:
|
||||
run: dart pub outdated
|
||||
continue-on-error: true
|
||||
|
||||
- name: Security audit
|
||||
run: dart pub audit
|
||||
|
||||
- name: Trivy filesystem scan
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user