Added minimum permissions to workflows (#1517)

Signed-off-by: Eddie Knight <iv.eddieknight@gmail.com>
This commit is contained in:
Eddie Knight 2022-10-07 04:27:25 -05:00 committed by GitHub
parent 5963c0befe
commit c041c74464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 0 deletions

View file

@ -1,6 +1,10 @@
## Reference: https://github.com/helm/chart-testing-action
name: Linting and Testing
on: pull_request
permissions:
contents: read
jobs:
chart-test:
runs-on: ubuntu-latest