Skip to content

Commit 89eba08

Browse files
committed
chore: Supprimer le job de scan de sécurité dans le pipeline CI
1 parent c5ec705 commit 89eba08

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -124,41 +124,4 @@ jobs:
124124
path: |
125125
apps/build/app/outputs/flutter-apk/*.apk
126126
apps/build/web/
127-
retention-days: 7
128-
129-
security-scan:
130-
name: Security Scan
131-
runs-on: ubuntu-24.04
132-
needs: setup-env
133-
timeout-minutes: 15
134-
135-
steps:
136-
- name: 📚 Checkout repository
137-
uses: actions/checkout@v4
138-
139-
- name: 🏗️ Setup Node.js
140-
uses: actions/setup-node@v4
141-
with:
142-
node-version: ${{ needs.setup-env.outputs.node-version }}
143-
cache: 'npm'
144-
cache-dependency-path: 'package-lock.json'
145-
146-
- name: 📦 Install Node.js dependencies
147-
run: npm ci
148-
149-
- name: 🔐 Run security audit
150-
run: npm audit --audit-level=moderate
151-
152-
- name: 🏗️ Setup Flutter
153-
uses: subosito/flutter-action@v2
154-
with:
155-
flutter-version: ${{ needs.setup-env.outputs.flutter-version }}
156-
cache: true
157-
158-
- name: 📦 Get Flutter dependencies
159-
working-directory: apps
160-
run: flutter pub get
161-
162-
- name: 🔐 Check Flutter dependencies
163-
working-directory: apps
164-
run: flutter pub deps
127+
retention-days: 7

0 commit comments

Comments
 (0)