mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-06 00:03:35 -04:00
* Run scorecard workflow with models:read Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> * Remove all permissions for scorecard workflow Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> * Add security-events and id-token perms Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> * Clean up comments Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> * Update commit-to-main and weekly calls Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> --------- Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
25 lines
401 B
YAML
25 lines
401 B
YAML
name: Main branch tests
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
push:
|
|
branches: ['main']
|
|
|
|
jobs:
|
|
|
|
platform-tests:
|
|
uses: ./.github/workflows/platforms.yml
|
|
|
|
scorecard:
|
|
uses: ./.github/workflows/scorecard.yml
|
|
secrets: inherit
|
|
permissions:
|
|
id-token: write
|
|
security-events: write
|
|
|
|
basic-downstream:
|
|
uses: ./.github/workflows/downstream-basic.yml
|
|
secrets: inherit
|