Skip to content

Commit

Permalink
harden scan
Browse files Browse the repository at this point in the history
Signed-off-by: ma-pineda <[email protected]>
  • Loading branch information
tylertitsworth authored and ma-pineda committed Jun 28, 2024
1 parent f7a6cc6 commit 52debf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
container: ${{ fromJSON(needs.setup-scan.outputs.matrix) }}
fail-fast: false
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
Expand Down

0 comments on commit 52debf1

Please sign in to comment.