File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
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 @@ -5,7 +5,11 @@ name: CodeQL
5
5
# "PR/push" workflow. For some reason permissions weren't properly set
6
6
# or recognized (by Scorecard). If Scorecard changes its behavior we can
7
7
# go back to use 'workflow_call' trigger.
8
- on : [push, pull_request]
8
+ on :
9
+ push :
10
+ branches-ignore :
11
+ - ' dependabot/**'
12
+ pull_request :
9
13
10
14
concurrency :
11
15
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