Skip to content

Commit cd89abb

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

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ on:
2626
description: 'Web working directory'
2727
type: string
2828
default: .
29+
flutter-report-name:
30+
description: 'Name to use for uploaded report'
31+
type: string
32+
required: false
33+
default: reports-flutter
2934
web-report:
3035
description: 'Enable Web Vulnerability and Outdated Packages Report'
3136
type: boolean
@@ -42,6 +47,11 @@ on:
4247
description: 'Enable logging'
4348
type: boolean
4449
default: false
50+
is-library:
51+
description: 'Is it an application or library?'
52+
default: false
53+
type: boolean
54+
required: false
4555

4656
jobs:
4757
osv-scanner:
@@ -75,3 +85,5 @@ jobs:
7585
- uses: QuickBirdEng/actions/flutter-vulnerability-and-outdated-packages-report@main
7686
with:
7787
working-directory: ${{ inputs.flutter-working-directory }}
88+
report-name: ${{ inputs.flutter-report-name }}
89+
is-library: ${{ inputs.is-library }}

0 commit comments

Comments
 (0)