Skip to content

integration-test-enabled: true, scanner-enabled: true, strict-scanner… #42

integration-test-enabled: true, scanner-enabled: true, strict-scanner…

integration-test-enabled: true, scanner-enabled: true, strict-scanner… #42

name: Build and publish Docker image to Github Container Registry ghcr.io
on:
push:
branches-ignore:
- master
- version-*
- dependabot**
paths-ignore:
- README.md
jobs:
build-job:
uses: th2-net/.github/.github/workflows/compound-java-dev.yml@integration-tests # FIXME: switch to main branch

Check failure on line 14 in .github/workflows/build-sanpshot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-sanpshot.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-sanpshot.yml" -> "th2-net/.github/.github/workflows/compound-java-dev.yml@integration-tests" (source branch with sha:70797ed46fb95eee8c2abd39643949394427992e) --> "th2-net/.github/.github/workflows/compound-java-check.yml@integration-tests" (source branch with sha:70797ed46fb95eee8c2abd39643949394427992e) ---> "th2-net/.github/.github/workflows/license-check.yml@main" : failed to fetch workflow: workflow was not found.
with:
integration-test-enabled: true
scanner-enabled: true
strict-scanner: true
integration-test-projects: "['cradle-admin-tool-cli','cradle-admin-tool-http']"
build-target: 'Docker'
docker-username: ${{ github.actor }}
secrets:
docker-password: ${{ secrets.GITHUB_TOKEN }}
nvd-api-key: ${{ secrets.NVD_APIKEY }}