File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
ghcr.io:443
61
61
github.com:443
62
62
api.github.com:443
63
- pkg-containers .githubusercontent.com:443
63
+ * .githubusercontent.com
64
64
docker.io:443
65
65
auth.docker.io:443
66
66
index.docker.io:443
@@ -208,7 +208,7 @@ jobs:
208
208
github.com:443
209
209
api.github.com:443
210
210
docker.io:443
211
- pkg-containers .githubusercontent.com:443
211
+ * .githubusercontent.com
212
212
auth.docker.io:443
213
213
registry-1.docker.io:443
214
214
production.cloudflare.docker.com:443
@@ -331,7 +331,7 @@ jobs:
331
331
permissions :
332
332
contents : read # for actions/checkout to fetch code
333
333
security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
334
- # actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
334
+ actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
335
335
with :
336
336
scan-type : ' image'
337
337
image-ref : ' ${{ needs.publish.outputs.image }}:${{ needs.publish.outputs.version }}'
@@ -344,7 +344,7 @@ jobs:
344
344
permissions :
345
345
contents : read # for actions/checkout to fetch code
346
346
security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
347
- # actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
347
+ actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
348
348
with :
349
349
scan-type : ' image'
350
350
image-ref : ' ${{ needs.allinone.outputs.image }}:${{ needs.allinone.outputs.version }}'
You can’t perform that action at this time.
0 commit comments