Skip to content

Commit cf0a6ed

Browse files
committed
adding scorecard workflow bump to 0.1.62
1 parent ef63389 commit cf0a6ed

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
16+
jobs:
17+
call-scorecard:
18+
permissions:
19+
contents: read
20+
security-events: write
21+
id-token: write
22+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@main
23+
with:
24+
project_folder: "."
25+
secrets:
26+
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}

0 commit comments

Comments
 (0)