Skip to content

Commit

Permalink
Merge pull request #1179 from burningmantech/harden
Browse files Browse the repository at this point in the history
Harden deploy
  • Loading branch information
wsanchez authored Apr 20, 2024
2 parents e2184a3 + 5195b1d commit 578bf30
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,17 @@ jobs:
- name: Harden CI
uses: step-security/harden-runner@v2.7.0
with:
egress-policy: audit
disable-sudo: true
egress-policy: block
allowed-endpoints: >
655216687927.dkr.ecr.us-west-2.amazonaws.com:443
api.ecr.us-west-2.amazonaws.com:443
ecs.us-west-2.amazonaws.com:443
email-smtp.us-west-2.amazonaws.com:465
files.pythonhosted.org:443
github.com:443
pypi.org:443
raw.githubusercontent.com:443
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 578bf30

Please sign in to comment.