Skip to content

chore(ci): make Scorecard periodic, not per-push (#106) #279

chore(ci): make Scorecard periodic, not per-push (#106)

chore(ci): make Scorecard periodic, not per-push (#106) #279

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# This workflow is managed by gh actions-lock.
name: Hypatia Security Scan
on:
push:
branches: [main, master, develop]
pull_request:
branches: [main, master]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
scan:
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@bd0df9ead7faf0cdfe0e13e7966d91e28d0101d4