liboqs/.github/workflows/weekly.yml
Bruce 4ad19475c9
add content:read permission to scorecard workflow (#2261)
Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
2025-09-17 12:57:34 -04:00

24 lines
467 B
YAML

name: Weekly tests
permissions:
contents: read
on:
schedule:
- cron: "5 0 * * 0"
jobs:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
scorecard:
uses: ./.github/workflows/supplychain.yml
secrets: inherit
permissions:
id-token: write
security-events: write
contents: read
extended-tests:
uses: ./.github/workflows/extended.yml