Skip to content

Commit cb615f3

Browse files
committed
adding scorecard workflow and bump to 0.1.62
1 parent fed8272 commit cb615f3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
name: Post-Merge Scorecard CI
6+
7+
on:
8+
push:
9+
branches:
10+
- main
11+
workflow_dispatch:
12+
13+
permissions:
14+
contents: read
15+
security-events: write
16+
id-token: write
17+
18+
jobs:
19+
call-scorecard:
20+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@main
21+
with:
22+
project_folder: "."
23+
secrets:
24+
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}

0 commit comments

Comments
 (0)