Skip to content

Commit c4de78d

Browse files
author
soeren
committed
Fix security workflow audit exit behavior and gitleaks config
1 parent 5c9d7da commit c4de78d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/security-audit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm ci --no-audit --fund=false
3838

3939
- name: Run Composer Audit
40-
run: composer audit --no-interaction
40+
run: composer audit --no-interaction --abandoned=report
4141

4242
- name: Run NPM Audit (production)
4343
run: npm audit --omit=dev --audit-level=high
@@ -55,8 +55,6 @@ jobs:
5555
uses: gitleaks/gitleaks-action@v2
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
with:
59-
args: detect --source . --redact --verbose
6058

6159
sast:
6260
name: SAST

0 commit comments

Comments
 (0)