Skip to content

added pr testing and scorecard #19

added pr testing and scorecard

added pr testing and scorecard #19

name: Testing namespace-configuration-operator
on:
pull_request:
schedule:
- cron: '0 1 * * 1'
# Declare default permissions as read only.
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
namespace-configuration-operator-workflow:
name: Test PR shared-operator-workflow for namespace-configuration-operator
uses: ./.github/workflows/pr-operator.yml
with:
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: true
RUN_HELMCHART_TEST: true
GO_VERSION: ~1.21
OPERATOR_SDK_VERSION: v1.31.0
CHECKOUT_CODE: "redhat-cop/namespace-configuration-operator"