Skip to content

[gomod] bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 (#… #82

[gomod] bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 (#…

[gomod] bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 (#… #82

Workflow file for this run

# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
name: Post-Merge CI Pipeline
on:
push:
branches:
- main
- release-*
workflow_dispatch:
permissions: {}
jobs:
post-merge:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/[email protected]
with:
cache_go: true
remove_cache_go: true
run_build: true
run_version_check: true
run_dep_version_check: true
run_version_tag: true
run_docker_build: true
run_docker_push: true
run_helm_build: true
run_helm_push: true
secrets:
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

Check failure on line 37 in .github/workflows/post-merge.yml

View workflow run for this annotation

GitHub Actions / Post-Merge CI Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/post-merge.yml (Line: 37, Col: 24): Invalid secret, COSIGN_PASSWORD is not defined in the referenced workflow. .github/workflows/post-merge.yml (Line: 38, Col: 27): Invalid secret, COSIGN_PRIVATE_KEY is not defined in the referenced workflow.
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
NO_AUTH_ECR_PUSH_USERNAME: ${{ secrets.NO_AUTH_ECR_PUSH_USERNAME }}
NO_AUTH_ECR_PUSH_PASSWD: ${{ secrets.NO_AUTH_ECR_PUSH_PASSWD }}
MSTEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}