Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update baseline_checks.yml #227

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions .github/workflows/baseline_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,21 @@ jobs:
steps:
- uses: step-security/harden-runner@int-sh
with:
egress-policy: audit
egress-policy: block
allowed-endpoints: >
attacker.com:443
auth.docker.io:443
ghcr.io:443
github.com:443
posthog.com:80
production.cloudflare.docker.com:443
registry-1.docker.io:443
registry.npmjs.org:443
www.githubstatus.com:443
www.pastebin.com:443

- uses: crazy-max/ghaction-github-status@v4

- run: curl linkedin.com -u 1234 -p 1234
- uses: actions/checkout@v3

- name: npm install
Expand Down
Loading