Skip to content

Commit

Permalink
Re-enable the GitHubSecurityLab/actions-permissions/monitor action
Browse files Browse the repository at this point in the history
With the merge of GitHubSecurityLab/actions-permissions#34, this proxy
no longer interferes with AWS API or boto3 calls.
  • Loading branch information
jsf9k committed Dec 20, 2024
1 parent cfe56fa commit b955f26
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,10 @@ jobs:
# - arm64
- x86_64
steps:
# If we use this proxy then the calls to the AWS API to pull
# Cobalt Strike files from an S3 bucket fail. For example, this
# Ansible task fails:
# https://github.com/cisagov/ansible-role-cobalt-strike/blob/53d5225faf8277f744b0fc356ccc102048d603db/tasks/main.yml#L11-L18
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
# with:
# # Uses the organization variable unless overridden
# config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- id: harden-runner
name: Harden the runner
uses: step-security/harden-runner@v2
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ jobs:
# - arm64
- x86_64
steps:
# If we use this proxy then the calls to the AWS API to pull
# Cobalt Strike files from an S3 bucket fail. For example, this
# Ansible task fails:
# https://github.com/cisagov/ansible-role-cobalt-strike/blob/53d5225faf8277f744b0fc356ccc102048d603db/tasks/main.yml#L11-L18
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
# with:
# # Uses the organization variable unless overridden
# config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- id: harden-runner
name: Harden the runner
uses: step-security/harden-runner@v2
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,10 @@ jobs:
# - arm64
- x86_64
steps:
# If we use this proxy then the calls to the AWS API to pull
# Cobalt Strike files from an S3 bucket fail. For example, this
# Ansible task fails:
# https://github.com/cisagov/ansible-role-cobalt-strike/blob/53d5225faf8277f744b0fc356ccc102048d603db/tasks/main.yml#L11-L18
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
# with:
# # Uses the organization variable unless overridden
# config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- id: harden-runner
name: Harden the runner
uses: step-security/harden-runner@v2
Expand Down

0 comments on commit b955f26

Please sign in to comment.