From a6abcec68b3348dfd27492a23b3179e186f12693 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Fri, 20 Dec 2024 13:05:38 -0500 Subject: [PATCH] Re-enable the GitHubSecurityLab/actions-permissions/monitor action With the merge of GitHubSecurityLab/actions-permissions#34, this proxy no longer interferes with AWS API or boto3 calls. --- .github/workflows/build.yml | 10 ++++------ .github/workflows/prerelease.yml | 10 ++++------ .github/workflows/release.yml | 10 ++++------ 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14f9674..bc999eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,12 +243,10 @@ jobs: - arm64 - x86_64 steps: - # If we use this proxy then the calls to the AWS API on - # localhost fail. - # - 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 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 0f9a238..ded40a8 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -50,12 +50,10 @@ jobs: - arm64 - x86_64 steps: - # If we use this proxy then the calls to the AWS API on - # localhost fail. - # - 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 971db2f..fa5405f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,12 +57,10 @@ jobs: - arm64 - x86_64 steps: - # If we use this proxy then the calls to the AWS API on - # localhost fail. - # - 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