File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
4656jobs :
4757 osv-scanner :
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 }}
You can’t perform that action at this time.
0 commit comments