Skip to content

Commit 9361eb2

Browse files
Add Harden Runner installation step to release workflow (#317)
Added step to install Harden Runner with security policy.
1 parent 4eaff73 commit 9361eb2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
CLI_VERSION: ${{ steps.extract_cli_version.outputs.CLI_VERSION }}
1818

1919
steps:
20+
- name: Install Harden Runner
21+
uses: checkmarx/harden-runner-action@9af89fc71515a100421586dfdb3dc9c984fbf411 #v2.19.4
22+
with:
23+
use-policy-store: true
24+
api-key: ${{ secrets.STEP_SECURITY_API_KEY }}
2025
- name: Checkout
2126
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
2227
# with:

0 commit comments

Comments
 (0)