Skip to content

Commit 6441408

Browse files
author
tylertitsworth
committed
harden scan
1 parent 80abd85 commit 6441408

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/container-ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ jobs:
134134
container: ${{ fromJSON(needs.setup-scan.outputs.matrix) }}
135135
fail-fast: false
136136
steps:
137+
- name: Harden Runner
138+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
139+
with:
140+
egress-policy: audit
137141
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
138142
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
139143
with:

0 commit comments

Comments
 (0)