Add Harden Runner audit configs
Signed-off-by: Jed Salazar <jedsalazar@gmail.com>
This commit is contained in:
parent
7c5599c07d
commit
abacf79511
|
@ -11,6 +11,10 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
|
||||
with:
|
||||
egress-policy: audit
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue