Skip to content

Workflow changes to allow building and pushing a specific tag. #436

Workflow changes to allow building and pushing a specific tag.

Workflow changes to allow building and pushing a specific tag. #436

Workflow file for this run

name: "Anchore Scan"
on:
push:
branches: [ main ]
pull_request:
types: [ labeled, opened, reopened, synchronize ]
schedule:
- cron: '45 12 * * 1'
jobs:
scan:
uses: UKHomeOffice/sas-github-workflows/.github/workflows/anchore-gradle.yml@v2
with:
image: 'quay.io/ukhomeofficedigital/hocs-info-service'
secrets: inherit