Skip to content

Commit fc4b963

Browse files
committed
add is-library input
1 parent c4a5164 commit fc4b963

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/vulnerability-and-outdated-packages-report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ on:
4242
description: 'Enable logging'
4343
type: boolean
4444
default: false
45+
is-library:
46+
description: 'Is it an application or library?'
47+
default: false
48+
type: boolean
49+
required: false
4550

4651
jobs:
4752
osv-scanner:
@@ -75,3 +80,4 @@ jobs:
7580
- uses: QuickBirdEng/actions/flutter-vulnerability-and-outdated-packages-report@main
7681
with:
7782
working-directory: ${{ inputs.flutter-working-directory }}
83+
is-library: ${{ inputs.is-library }}

0 commit comments

Comments
 (0)