File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 88 - main
99 - stable/**
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 image :
1316 runs-on : ubuntu-latest
@@ -17,12 +20,17 @@ jobs:
1720 packages : write
1821 pull-requests : write
1922 steps :
20- - uses : vexxhost/docker-atmosphere/.github/actions/checkout@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/checkout@672cf56c8b828e444b6e7906d0ee355c7ec1dea9 # main
2129 with :
2230 repository : openstack/keystone
2331 ref : a568938e0c967a56ade269c93f42718008487b14 # master
2432
25- - uses : vexxhost/docker-atmosphere/.github/actions/build-image@main
33+ - uses : vexxhost/docker-atmosphere/.github/actions/build-image@672cf56c8b828e444b6e7906d0ee355c7ec1dea9 # main
2634 with :
2735 image-name : keystone
2836 build-contexts : keystone=openstack/keystone
You can’t perform that action at this time.
0 commit comments