Update starter workflows to specify permissions

This commit is contained in:
eric sciple
2021-03-02 19:59:19 -06:00
parent ffb4bccd2d
commit 6a69f367db
13 changed files with 40 additions and 0 deletions
+3
View File
@@ -18,6 +18,9 @@ jobs:
lint:
name: Kubesec
runs-on: ubuntu-20.04
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v2