Update sysdig-scan.yml

This commit is contained in:
arjundashrath
2022-02-17 08:50:23 +05:30
committed by GitHub
parent 8573ed9cf5
commit 6a5dc3a753
+7
View File
@@ -13,10 +13,17 @@ on:
schedule: schedule:
- cron: $cron-weekly - cron: $cron-weekly
permissions:
contents: read
jobs: jobs:
build: build:
permissions:
checks: write # for sysdiglabs/scan-action to publish the checks
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: