Skip to content

Commit 5e8a44a

Browse files
authored
Update pullrequest.yml (#232)
* Update pullrequest.yml Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com> * Update pullrequest.yml Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com> * Update pullrequest.yml Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com> * Update main.yml Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com> --------- Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent be75501 commit 5e8a44a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
disable-sudo: true
2020
egress-policy: block
2121
allowed-endpoints: >
22+
docs.github.com:433
2223
api.github.com:443
2324
api.hack23.com:443
2425
auth.docker.io:443

.github/workflows/pullrequest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ jobs:
1919
github.com:443
2020
pypi.org:443
2121
www.bridgecrew.cloud:443
22+
docs.github.com:433
23+
api.github.com:443
2224
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
25+
- name: Run StandardLint
26+
uses: mikaelvesavuori/standardlint-action@b376b6d6afc5885d102894f6972133fa91d200f0 # v1.0.5
27+
env:
28+
GITHUB_TOKEN: ${{ github.token }}
2329
- name: Testing template with CFN Lint
2430
uses: scottbrenner/cfn-lint-action@14cbcc8ad4659b16b50e58e677a970e94543dc0b # v2.3.5
2531
with:

0 commit comments

Comments
 (0)