Skip to content

Commit

Permalink
Add allowed endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Feb 13, 2024
1 parent b256be1 commit f271c47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-alex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
allowed-endpoints: >
github.com:443
api.github.com:443
*.actions.githubusercontent.com
results-receiver.actions.githubusercontent.com:443
pipelinesghubeus2.actions.githubusercontent.com:443
- name: Check out code base
if: github.event_name == 'push'
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/reusable-super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ on:

permissions:
contents: read
packages: read
statuses: write

jobs:
super-linter:
Expand All @@ -43,7 +41,7 @@ jobs:
api.github.com:443
actions-results-receiver-production.githubapp.com:443
pipelinesghubeus2.actions.githubusercontent.com:443
*.actions.githubusercontent.com
results-receiver.actions.githubusercontent.com:443
- name: Check out code base
if: github.event_name == 'push'
Expand All @@ -68,8 +66,10 @@ jobs:
VALIDATE_MARKDOWN: true
VALIDATE_DOCKERFILE: true
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
packages: read
statuses: write

- name: Lint Code Base
uses: super-linter/super-linter@ff5037c06042e564803502feb97f8a686f3b0171 # v6.0.0
Expand All @@ -79,5 +79,7 @@ jobs:
VALIDATE_MARKDOWN: true
VALIDATE_DOCKERFILE: true
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
packages: read
statuses: write

0 comments on commit f271c47

Please sign in to comment.