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' - 'README.md'
- '.github/config.yml' - '.github/config.yml'
permissions:
contents: read
jobs: jobs:
cli-test: cli-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

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

View file

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

View file

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

View file

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

View file

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