Skip to content

Commit

Permalink
[fix-reusable-workflow] Fixed reusable workflow for compatibility wit…
Browse files Browse the repository at this point in the history
…h caller workflows. (#307)
  • Loading branch information
GROwen authored Sep 12, 2024
1 parent a619839 commit 77afb24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ on:
description: 'Tag to scan.'
required: false
default: '6.x'
workflow_call:
inputs:
summary:
description: 'Summary of the scheduled scan.'
required: false
default: 'Trivy CVE scan of published images.'
type: string
tag:
description: 'Tag to scan.'
required: false
default: '6.x'
type: string
jobs:
setup-matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 77afb24

Please sign in to comment.