We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e01884 commit 233dfc4Copy full SHA for 233dfc4
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
name: Docker
2
3
+permissions: read-all
4
+
5
on:
6
push:
7
branches:
@@ -16,6 +18,8 @@ jobs:
16
18
17
19
tests:
20
runs-on: ubuntu-latest
21
+ permissions:
22
+ security-events: write
23
steps:
24
- uses: actions/checkout@v4
25
@@ -99,6 +103,9 @@ jobs:
99
103
100
104
security-scan:
101
105
106
107
108
102
109
110
111
@@ -225,6 +232,9 @@ jobs:
225
232
- integration-test
226
233
- security-scan
227
234
235
236
+ contents: write
237
+ packages: write
228
238
229
239
230
240
0 commit comments