1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

fix: configure gh workflow permission (#5909)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-01-06 11:07:06 +01:00 committed by GitHub
parent 47bf261163
commit 24c98f4c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 0 deletions

View file

@ -17,6 +17,9 @@ on:
- 'README.md'
- '.github/config.yml'
permissions:
contents: read
jobs:
cli-test:
runs-on: ubuntu-latest

View file

@ -10,6 +10,9 @@ on:
- 'main'
- 'release*'
permissions:
contents: read
jobs:
codecov:
runs-on: ubuntu-latest

View file

@ -8,6 +8,9 @@ on:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest

View file

@ -6,6 +6,9 @@ on:
- 'main'
- 'release*'
permissions:
contents: read
jobs:
nancy:
runs-on: ubuntu-latest

View file

@ -6,6 +6,9 @@ on:
- 'main'
- 'release*'
permissions:
contents: read
jobs:
sonarcloud:
runs-on: ubuntu-latest

View file

@ -10,6 +10,9 @@ on:
- 'main'
- 'release*'
permissions:
contents: read
jobs:
verify-codegen:
runs-on: ubuntu-latest