⬆️ Bump ci from 621b111
to d7145fd
#610
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-casework' | |
secrets: inherit |