File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 # # This is meant to run every day at 8am
55 - cron : ' 0 8 * * 1-5'
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 gosec :
912 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: License Check
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 license-check :
811 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2828 type : boolean
2929 default : false
3030
31+ permissions :
32+ contents : read
33+ packages : write
34+
3135jobs :
3236 build-and-push-image :
3337 name : Build and Push Docker Image
3438 runs-on : ubuntu-22.04
3539
36- permissions :
37- contents : read
38- packages : write
39-
4040 environment : ${{ inputs.environment }}
4141 steps :
4242
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: E2E Tests
22
33on :
44 workflow_call :
5+
6+ permissions :
7+ contents : read
58
69jobs :
710 build-docker-image :
Original file line number Diff line number Diff line change 1111 required : true
1212 type : string
1313
14+ permissions :
15+ contents : read
16+
1417jobs :
1518 run-solo-tests :
1619 name : Run Solo e2e Tests
1720 runs-on : ubuntu-latest
18- permissions :
19- contents : read
2021 env :
2122 THOR_REPO : ${{ inputs.thor_repo }}
2223 THOR_VERSION : ${{ inputs.thor_version }}
Original file line number Diff line number Diff line change 77 CODECOV_TOKEN :
88 required : false
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 unit_tests :
1215 strategy :
You can’t perform that action at this time.
0 commit comments