Update trivy.yml

This commit is contained in:
shubham malik
2022-01-13 11:12:14 +05:30
committed by GitHub
parent 51e7c8e1e6
commit f78e23c19d
+5
View File
@@ -14,8 +14,13 @@ on:
schedule:
- cron: $cron-weekly
permissions: read-all
jobs:
build:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
name: Build
runs-on: "ubuntu-18.04"
steps: