File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Bandit static analysis (for Python code)
2
2
name : Bandit
3
-
4
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches-ignore :
6
+ - ' dependabot/**'
7
+ pull_request :
5
8
6
9
concurrency :
7
10
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change 1
1
# Checks required for a PR to merge. This workflow mostly call other workflows.
2
2
name : PR/push
3
3
4
- on : [push, pull_request]
4
+ on :
5
+ push :
6
+ branches-ignore :
7
+ - ' dependabot/**'
8
+ pull_request :
5
9
6
10
concurrency :
7
11
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ name: Trivy
7
7
# use 'workflow_call' trigger.
8
8
on :
9
9
push :
10
+ branches-ignore :
11
+ - ' dependabot/**'
10
12
pull_request :
11
13
paths :
12
14
- ' .github/docker/*Dockerfile'
You can’t perform that action at this time.
0 commit comments