File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Amplify Security
3
+ on :
4
+ pull_request : {}
5
+ workflow_dispatch : {}
6
+ push :
7
+ branches : ["main"]
1
8
2
- name : Amplify Security
3
- on :
4
- pull_request : {}
5
- workflow_dispatch : {}
6
- push :
7
- branches : ["master", "main"]
9
+ permissions :
10
+ contents : read
11
+ id-token : write
8
12
9
- permissions :
10
- contents : read
11
- id-token : write
12
-
13
- jobs :
14
- amplify-security-scan :
15
- name : Amplify Security Scan
16
- runs-on : ubuntu-latest
17
- if : (github.actor != 'dependabot[bot]')
18
- steps :
19
- - name : Checkout
20
- uses : actions/checkout@v4
21
- - name : Amplify Runner
22
- uses :
amplify-security/[email protected]
13
+ jobs :
14
+ amplify-security-scan :
15
+ name : Amplify Security Scan
16
+ runs-on : ubuntu-latest
17
+ if : (github.actor != 'dependabot[bot]')
18
+ steps :
19
+ - name : Checkout
20
+ uses : actions/checkout@v4
21
+ - name : Amplify Runner
22
+ uses :
amplify-security/[email protected]
You can’t perform that action at this time.
0 commit comments