Skip to content

Commit

Permalink
Added 5.x workflow with previously unused name.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 17, 2024
1 parent 435539f commit 2ce4541
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/vulnerability-scan-trivy-schedule-5x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: vulnerability-scan-trivy-schedule-5.x
run-name: Scheduled Trivy vulnerability scan of 5.x published images.
env:
REGISTRY: ghcr.io
on:
schedule:
- cron: '0 22 * * 3'
workflow_dispatch:
inputs:
summary:
description: 'Summary of the scheduled scan.'
required: false
default: 'Trivy CVE scan of 5.x published images.'
tag:
description: 'Tag to scan.'
required: false
default: '5.x'
jobs:
vulnerability-scan-schedule:
name: Scan for vulnerabilities on 5.x images
uses: "dpc-sdp/bay/.github/workflows/[email protected]"
with:
tag: "5.x"
summary: "Trivy CVE scan of 5.x published images."

0 comments on commit 2ce4541

Please sign in to comment.