Skip to content

Enable sonarqube scan #22

Enable sonarqube scan

Enable sonarqube scan #22

Workflow file for this run

name: "CI Pipeline"
on:
push:
branches: [main]
paths-ignore:
- "**/*.md"
pull_request:
branches: [main]
# Allow to run this workflow manually
workflow_dispatch:
jobs:
##############################################
# jobs dispatched to separate workflow files #
##############################################
frontend-jobs:
uses: ./.github/workflows/frontend-jobs.yml

Check failure on line 19 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / CI Pipeline

Invalid workflow file

The workflow is not valid. In .github/workflows/pipeline.yml (Line: 19, Col: 11): Error from called workflow digitalservicebund/ris-adm-vwv/.github/workflows/frontend-jobs.yml@3a4b1883db5130913accde9c635daba7cc674afb (Line: 163, Col: 12): Job 'check-code-quality-with-sonarqube' depends on unknown job 'scan-frontend-changes'.
secrets: inherit
security-jobs:
uses: ./.github/workflows/security-jobs.yml
secrets: inherit # so the backend workflow can access "secrets.SLACK_WEBHOOK_URL" and others
permissions:
contents: read
security-events: write # trivy scan needs this