We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a5164 commit fc4b963Copy full SHA for fc4b963
1 file changed
.github/workflows/vulnerability-and-outdated-packages-report.yml
@@ -42,6 +42,11 @@ on:
42
description: 'Enable logging'
43
type: boolean
44
default: false
45
+ is-library:
46
+ description: 'Is it an application or library?'
47
+ default: false
48
+ type: boolean
49
+ required: false
50
51
jobs:
52
osv-scanner:
@@ -75,3 +80,4 @@ jobs:
75
80
- uses: QuickBirdEng/actions/flutter-vulnerability-and-outdated-packages-report@main
76
81
with:
77
82
working-directory: ${{ inputs.flutter-working-directory }}
83
+ is-library: ${{ inputs.is-library }}
0 commit comments