Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/update-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 7, 2024
1 parent 96176bd commit cee00e5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,31 @@ jobs:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Harden Security"
uses: step-security/[email protected]
with:
egress-policy: audit
disable-sudo: true
allowed-endpoints: >
api.github.com:443
api.osv.dev:443
api.securityscorecards.dev:443
codeload.github.com:443
fulcio.sigstore.dev:443
github.com:443
oss-fuzz-build-logs.storage.googleapis.com:443
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
token: ${{secrets.SOURCE_PUSH_TOKEN}}

- name: "Update Github label config"
if: success()
uses: crazy-max/[email protected]
Expand Down

0 comments on commit cee00e5

Please sign in to comment.