Skip to content

Scan images

Scan images #530

Workflow file for this run

name: Container image vulnerability scans
on:
schedule:
# every day at 1:12AM UTC
- cron: '12 1 * * *'
workflow_dispatch:
jobs:
scan-images:
name: Perform vulnerability scans
strategy:
fail-fast: false
matrix:
# specfy location of bundle(s) to be scanned
bundle-path:
# DEBUG: only run for latest/edge
# - 1.8/stable/kubeflow
# - 1.9/stable
- latest/edge
uses: ./.github/workflows/get-images-scan-and-upload-report.yaml

Check failure on line 20 in .github/workflows/scan-images.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/scan-images.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/scan-images.yaml" -> "./.github/workflows/get-images-scan-and-upload-report.yaml" (source branch with sha:305084089a95c595be48f2ba3a9a3cc3c36fd4cc) : You have an error in your yaml syntax on line 109
with:
bundle-path: ${{ matrix.bundle-path }}
secrets:
github-token: ${{ secrets.TEMPORAL_GH_TOKEN }}