We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe179ff commit 6a9c2dfCopy full SHA for 6a9c2df
.github/workflows/build.yml
@@ -7,6 +7,9 @@ on:
7
branches:
8
- main
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
image:
15
runs-on: ubuntu-latest
@@ -16,7 +19,12 @@ jobs:
16
19
packages: write
17
20
pull-requests: write
18
21
steps:
- - uses: vexxhost/docker-atmosphere/.github/actions/build-image@main
22
+ - name: Harden the runner (Audit all outbound calls)
23
+ uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
24
+ with:
25
+ egress-policy: audit
26
27
+ - uses: vexxhost/docker-atmosphere/.github/actions/build-image@672cf56c8b828e444b6e7906d0ee355c7ec1dea9 # main
28
with:
29
image-name: build-utils
30
push: ${{ github.event_name != 'pull_request' }}
0 commit comments