Skip to content

[gha] bump open-edge-platform/orch-ci/.github/workflows/post-merge.ym… #4

[gha] bump open-edge-platform/orch-ci/.github/workflows/post-merge.ym…

[gha] bump open-edge-platform/orch-ci/.github/workflows/post-merge.ym… #4

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge Scorecard CI
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
call-scorecard:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@main
with:
project_folder: "."
secrets:
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}