We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80abd85 commit 6441408Copy full SHA for 6441408
.github/workflows/container-ci.yaml
@@ -134,6 +134,10 @@ jobs:
134
container: ${{ fromJSON(needs.setup-scan.outputs.matrix) }}
135
fail-fast: false
136
steps:
137
+ - name: Harden Runner
138
+ uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
139
+ with:
140
+ egress-policy: audit
141
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
142
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
143
with:
0 commit comments