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
|
run: dart pub outdated
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Security audit
|
|
||||||
run: dart pub audit
|
|
||||||
|
|
||||||
- name: Trivy filesystem scan
|
- name: Trivy filesystem scan
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -94,9 +94,6 @@ jobs:
|
|||||||
run: dart pub outdated
|
run: dart pub outdated
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Security audit
|
|
||||||
run: dart pub audit
|
|
||||||
|
|
||||||
- name: Trivy filesystem scan
|
- name: Trivy filesystem scan
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ All notable changes to HouseHoldKeeper are documented in this file.
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Install jq before Flutter setup in CI and release workflows (required by subosito/flutter-action)
|
- Install jq before Flutter setup in CI and release workflows (required by subosito/flutter-action)
|
||||||
|
- Remove `dart pub audit` step (not available in stable Flutter SDK on runner)
|
||||||
|
|
||||||
## [1.1.4] - 2026-03-17
|
## [1.1.4] - 2026-03-17
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user