File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## Unreleased - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.5..HEAD )
5
+ ## Unreleased - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.6..HEAD )
6
+
7
+ ## v4.0.6 - 2023-02-10 - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.5...v4.0.6 )
8
+
9
+ - Add scan\_ path option
6
10
7
11
## v4.0.5 - 2022-10-24 - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.4...v4.0.5 )
8
12
Original file line number Diff line number Diff line change @@ -89,7 +89,13 @@ Optional identifier to uniquely identify the scanner
89
89
90
90
# ## `scan_label` (Optional, string)
91
91
92
- Optional identifier to identify a a monorepo component
92
+ Optional identifier to identify a monorepo component
93
+
94
+ # ## `scan_path` (Optional, string)
95
+
96
+ Optional path within the git repository to execute scanners in.
97
+
98
+ When this parameter is specified, you must also provide a `scan_label` to identify the component.
93
99
94
100
# ## `scan_timeout` (Optional, number)
95
101
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ inputs:
39
39
scan_label :
40
40
description : " Optional identifier to identify a a monorepo component"
41
41
default : " "
42
+ scan_path :
43
+ description : " Optional relative path to scan"
44
+ default : " "
42
45
scan_timeout :
43
46
description : " Maximum amount of time a diff scan should complete in"
44
47
default : " "
59
62
BOOST_DIFF_SCAN_TIMEOUT : ${{ inputs.scan_timeout }}
60
63
BOOST_PRE_SCAN : ${{ inputs.pre_scan_cmd }}
61
64
BOOST_SCAN_LABEL : ${{ inputs.scan_label }}
65
+ BOOST_SCAN_PATH : ${{ inputs.scan_path }}
62
66
BOOST_SCANNER_ID : ${{ inputs.scanner_id }}
63
67
BOOST_SCANNER_REGISTRY_MODULE : ${{ inputs.registry_module }}
You can’t perform that action at this time.
0 commit comments