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 (#2246)
* 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>
This commit is contained in:
parent
c62031ee75
commit
475208af5f
1
.github/workflows/commit-to-main.yml
vendored
1
.github/workflows/commit-to-main.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
permissions:
|
||||
id-token: write
|
||||
security-events: write
|
||||
contents: read
|
||||
|
||||
basic-downstream:
|
||||
uses: ./.github/workflows/downstream-basic.yml
|
||||
|
3
.github/workflows/supplychain.yml
vendored
3
.github/workflows/supplychain.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Scorecard supply-chain security
|
||||
|
||||
permissions: {}
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
# For Branch-Protection check. Only the default branch is supported. See
|
||||
|
Loading…
x
Reference in New Issue
Block a user