Skip to content

Commit 0a94f88

Browse files
authored
Fixed some Scorecard issues (#68)
1 parent eccef47 commit 0a94f88

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/post-merge-scorecard.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ permissions:
1616
jobs:
1717
call-scorecard:
1818
permissions:
19-
contents: read
20-
security-events: write
19+
security-events: write # required for SARIF upload
2120
id-token: write
22-
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@main
21+
contents: read
22+
23+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@490a8651344e504bba68a208b1104254046dacd5 # v0.1.65
2324
with:
2425
project_folder: "."
2526
secrets:

.github/workflows/post-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
- release-*
1111
workflow_dispatch:
1212

13-
permissions: {}
13+
permissions:
14+
contents: read
1415

1516
jobs:
1617
post-merge-pipeline:

.github/workflows/pre-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
- release-*
1111
workflow_dispatch:
1212

13-
permissions: {}
13+
permissions:
14+
contents: read
1415

1516
jobs:
1617
pre-merge-pipeline:

0 commit comments

Comments
 (0)