Update prisma.yml

This commit is contained in:
arjundashrath
2022-02-14 12:59:51 +05:30
committed by GitHub
parent 7fb1c31151
commit d8a2673986
+6
View File
@@ -21,8 +21,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
prisma_cloud_iac_scan:
permissions:
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
name: Run Prisma Cloud IaC Scan to check
steps: