-
Notifications
You must be signed in to change notification settings - Fork 1.9k
github: workflows: security update #11533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
553338b
f913a02
bd66f1a
54bb68b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,11 @@ on: | |
| cosign_key: | ||
| description: The optional Cosign key to use for verifying the images. | ||
| required: false | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
Comment on lines
+39
to
+40
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Useful? React with 👍 / 👎. |
||
| packages: read | ||
|
|
||
| jobs: | ||
| call-test-images-cosign-verify: | ||
| name: Cosign verification of container image | ||
|
|
@@ -202,4 +207,3 @@ jobs: | |
| REGISTRY: ${{ inputs.registry }} | ||
| IMAGE_NAME: ${{ inputs.image }} | ||
| IMAGE_TAG: ${{ inputs.image-tag }} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,9 @@ on: | |
| branches: | ||
| - master | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| commit-lint: | ||
| runs-on: ubuntu-latest | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.