ci: add minimum GitHub token permissions for workflows (#8169)
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
This commit is contained in:
3
.github/workflows/docker-image-check.yml
vendored
3
.github/workflows/docker-image-check.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
schedule:
|
||||
- cron: '30 4 * * *'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user