We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f830cda commit 087f432Copy full SHA for 087f432
.github/workflows/container.yml
@@ -221,6 +221,9 @@ jobs:
221
needs: merge
222
runs-on: ubuntu-latest
223
if: github.event_name != 'pull_request'
224
+ permissions:
225
+ contents: read
226
+ security-events: write
227
steps:
228
- name: Harden the runner (Audit all outbound calls)
229
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
0 commit comments