Scan images #17
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: Scan images | |
on: | |
schedule: | |
- cron: '00 23 * * *' | |
workflow_dispatch: | |
jobs: | |
scan-images: | |
name: Scan published images and report vulnerabilities | |
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-published-images-scan-and-report.yaml@main | |
strategy: | |
matrix: | |
branch: [main, track/ckf-1.8] | |
secrets: | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
with: | |
severity: "HIGH,CRITICAL" | |
branch: ${{ matrix.branch }} |