Skip to content

Commit

Permalink
[fix-inputs] Added inputs to 6.x scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 12, 2024
1 parent 80afd8e commit 58240c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/vulnerability-scan-schedule-6x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
schedule:
- cron: '2 22 * * 3'
workflow_dispatch:
inputs:
summary:
description: 'Summary of the scheduled scan.'
required: false
default: 'Trivy CVE scan of 6.x published images.'
tag:
description: 'Tag to scan.'
required: false
default: '6.x'
jobs:
vulnerability-scan-schedule:
name: Scan for vulnerabilities on 6.x images
Expand Down

0 comments on commit 58240c4

Please sign in to comment.