mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
24 lines
467 B
YAML
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
|