Skip to content

HOCS-6803: Switch from anchore to trivy #4

HOCS-6803: Switch from anchore to trivy

HOCS-6803: Switch from anchore to trivy #4

Workflow file for this run

name: "Build"
on:
push:
branches: [ main ]
pull_request:
types: [ labeled, opened, reopened, synchronize ]
schedule:
- cron: '45 12 * * 1'
jobs:
build:
name: 'Gradle build'
uses: UKHomeOffice/sas-github-workflows/.github/workflows/anchore-gradle.yml@v2
with:
java_version: '17'

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

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 16, Col: 21): Invalid input, java_version is not defined in the referenced workflow.
image: 'quay.io/ukhomeofficedigital/hocs-workflow'