Skip to content

Commit f271c47

Browse files
Add allowed endpoints
1 parent b256be1 commit f271c47

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/reusable-alex.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
allowed-endpoints: >
3636
github.com:443
3737
api.github.com:443
38-
*.actions.githubusercontent.com
38+
results-receiver.actions.githubusercontent.com:443
39+
pipelinesghubeus2.actions.githubusercontent.com:443
3940
4041
- name: Check out code base
4142
if: github.event_name == 'push'

.github/workflows/reusable-super-linter.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ on:
2525

2626
permissions:
2727
contents: read
28-
packages: read
29-
statuses: write
3028

3129
jobs:
3230
super-linter:
@@ -43,7 +41,7 @@ jobs:
4341
api.github.com:443
4442
actions-results-receiver-production.githubapp.com:443
4543
pipelinesghubeus2.actions.githubusercontent.com:443
46-
*.actions.githubusercontent.com
44+
results-receiver.actions.githubusercontent.com:443
4745
4846
- name: Check out code base
4947
if: github.event_name == 'push'
@@ -68,8 +66,10 @@ jobs:
6866
VALIDATE_MARKDOWN: true
6967
VALIDATE_DOCKERFILE: true
7068
VALIDATE_BASH: true
71-
VALIDATE_BASH_EXEC: true
7269
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
permissions:
71+
packages: read
72+
statuses: write
7373

7474
- name: Lint Code Base
7575
uses: super-linter/super-linter@ff5037c06042e564803502feb97f8a686f3b0171 # v6.0.0
@@ -79,5 +79,7 @@ jobs:
7979
VALIDATE_MARKDOWN: true
8080
VALIDATE_DOCKERFILE: true
8181
VALIDATE_BASH: true
82-
VALIDATE_BASH_EXEC: true
8382
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83+
permissions:
84+
packages: read
85+
statuses: write

0 commit comments

Comments
 (0)