Update ossar.yml

This commit is contained in:
Shubham malik
2022-03-19 15:54:27 +05:30
committed by GitHub
parent 46017054a3
commit 18952126dc
+6
View File
@@ -17,10 +17,16 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
OSSAR-Scan:
# OSSAR runs on windows-latest.
# ubuntu-latest and macos-latest support coming soon
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
runs-on: windows-latest
steps: