Skip to content

Commit 722f3ec

Browse files
committed
fix: SAST must run in all commit
1 parent cc2a1d5 commit 722f3ec

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ name: CodeQL - Dart/Flutter SAST Analysis
1212

1313
on:
1414
push:
15-
branches:
16-
- main
17-
- develop
1815
pull_request:
19-
branches:
20-
- main
21-
- develop
2216
schedule:
2317
- cron: '0 1 * * 1'
2418
workflow_dispatch:

.github/workflows/gitleaks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ name: Gitleaks - Secret Scanning
1212

1313
on:
1414
push:
15-
branches:
16-
- main
17-
- develop
1815
pull_request:
1916
types:
2017
- opened

.github/workflows/semgrep.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ name: Semgrep - Security Pattern Analysis
1212

1313
on:
1414
push:
15-
branches:
16-
- main
17-
- develop
1815
pull_request:
19-
branches:
20-
- main
21-
- develop
2216
schedule:
2317
- cron: '0 1 * * 1'
2418
workflow_dispatch:

0 commit comments

Comments
 (0)