Skip to content

chore: version bump

chore: version bump #3

Workflow file for this run

name: 'SonarQube Scan'
on:
push:
branches:
- '*'
paths:
- '**'
workflow_dispatch:
inputs:
ENVIRONMENT:
description: 'Environment Name'
type: environment
required: true
default: staging
jobs:
sonar_scan:
uses: smallcase/sc-infra-configs/.github/workflows/sonarqube_scan.yaml@master

Check failure on line 20 in .github/workflows/sonar_scan.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonar_scan.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/sonar_scan.yaml" -> "smallcase/sc-infra-configs/.github/workflows/sonarqube_scan.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
ENVIRONMENT: ${{ inputs.ENVIRONMENT || 'staging' }}
RUNNER_NAME: arc-runner-set-dind
APPLICATION_NAME: 'cdk-eks-cluster-module'
BRANCH_NAME: '${{ github.ref_name }}'
SONAR_SCAN: true
secrets: inherit