Skip to content

chore(ci): run contributors workflow monthly instead of weekly (#103) #44

chore(ci): run contributors workflow monthly instead of weekly (#103)

chore(ci): run contributors workflow monthly instead of weekly (#103) #44

Workflow file for this run

name: Vulnerability scans
on:
branch_protection_rule:
push:
branches: [ "master" ]
schedule:
- cron: '18 4 * * 3'
permissions:
contents: read
jobs:
scanners:
permissions:
contents: read
security-events: write
uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@f00f5763ddb0c59105de5f565da8cac323fce2bf # v0.3.5
secrets: inherit