Scheduled CVE vulnerability scan of 5.x published images. #20
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: vulnerability-scan-schedule-5.x | ||
run-name: Scheduled CVE vulnerability scan of 5.x published images. | ||
env: | ||
REGISTRY: ghcr.io | ||
on: | ||
schedule: | ||
- cron: '0 22 * * 3' | ||
workflow_dispatch: | ||
jobs: | ||
vulnerability-scan-schedule: | ||
name: Scan for vulnerabilities on 5.x images | ||
runs-on: ubuntu-latest | ||
uses: "dpc-sdp/bay/.github/workflows/[email protected]" | ||
Check failure on line 13 in .github/workflows/vulnerability-scan-schedule-5x.yml GitHub Actions / vulnerability-scan-schedule-5.xInvalid workflow file
|
||
with: | ||
tag: 5.x | ||
summary: "Trivy CVE scan of 5.x published images." |