Skip to content

feat: upgrade to the latest version of mcr #1317

feat: upgrade to the latest version of mcr

feat: upgrade to the latest version of mcr #1317

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
pipe:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: platform-mesh/.github/.github/workflows/pipeline-golang-app.yml@ci/with-token-arg
secrets: inherit
with:
imageTagName: ghcr.io/platform-mesh/security-operator
useTask: true
useLocalCoverageConfig: true
coverageThresholdTotal: 90