mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
* Fix permissions for poutine_analysis job Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca> * supplychain job permissions in commit-to-main Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca> --------- Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
40 lines
733 B
YAML
40 lines
733 B
YAML
name: Main branch tests
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
push:
|
|
branches: ['main']
|
|
|
|
jobs:
|
|
|
|
platform-tests:
|
|
uses: ./.github/workflows/platforms.yml
|
|
|
|
code-coverage:
|
|
uses: ./.github/workflows/code-coverage.yml
|
|
secrets: inherit
|
|
|
|
scorecard:
|
|
uses: ./.github/workflows/supplychain.yml
|
|
secrets: inherit
|
|
permissions:
|
|
id-token: write
|
|
security-events: write
|
|
contents: read
|
|
|
|
basic-downstream:
|
|
uses: ./.github/workflows/downstream-basic.yml
|
|
secrets: inherit
|
|
|
|
call-kem-benchmarking:
|
|
uses: ./.github/workflows/kem-bench.yml
|
|
permissions:
|
|
contents: write
|
|
|
|
call-sig-benchmarking:
|
|
uses: ./.github/workflows/sig-bench.yml
|
|
permissions:
|
|
contents: write
|