Skip to content

Merge branch 'main' into develop #2

Merge branch 'main' into develop

Merge branch 'main' into develop #2

Workflow file for this run

name: build-scan
on:
push:
branches:
- main
- develop
- devops-update
permissions:
contents: read
packages: write
security-events: write
jobs:
build:
uses: ablockofficial/workflows/.github/workflows/build.yml@main

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "ablockofficial/workflows/.github/workflows/build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}
scan-image:
uses: ablockofficial/workflows/.github/workflows/scan-image.yml@main
secrets: inherit
needs: build
with:
IMAGE: ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}:${{ github.sha }}