chore(deps): bump securego/gosec from 3b23ec8f0902ac0438a16fb2e5032202853e7122 to 09d62bd630fbf484860addc88871a0dd755e8b56 #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OSV-Scanner Scan | |
on: | |
schedule: | |
- cron: '30 13 * * 1' | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
permissions: {} | |
jobs: | |
analyze: | |
permissions: | |
# Require writing security events to upload SARIF file to security tab | |
security-events: write | |
contents: read | |
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" #v1.7.1 |