We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636884c commit dde86b3Copy full SHA for dde86b3
.github/workflows/e2e.yaml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- main
8
9
+permissions:
10
+ contents: read # for actions/checkout to fetch code
11
+
12
jobs:
13
14
kind-linux-amd64:
.github/workflows/nightly.yml
@@ -7,6 +7,9 @@ on:
env:
REPOSITORY: ${{ github.repository }}
build:
15
runs-on: ubuntu-latest
.github/workflows/scan.yaml
@@ -8,6 +8,10 @@ on:
schedule:
- cron: '18 10 * * 3'
+ security-events: write # for codeQL to write security events
16
fossa:
17
name: FOSSA
0 commit comments