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