Skip to content

Commit

Permalink
Fixed inputs references (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen authored Sep 12, 2024
1 parent 7fec58e commit e2fda5f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/vulnerability-scan-schedule-5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ 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."
summary: "Trivy CVE scan of 5.x published images."
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 e2fda5f

Please sign in to comment.