Update ossar.yml
This commit is contained in:
@@ -17,10 +17,16 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: $cron-weekly
|
- cron: $cron-weekly
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
OSSAR-Scan:
|
OSSAR-Scan:
|
||||||
# OSSAR runs on windows-latest.
|
# OSSAR runs on windows-latest.
|
||||||
# ubuntu-latest and macos-latest support coming soon
|
# 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
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user