Skip to content

Commit e4326eb

Browse files
authored
Merge pull request #21 from veracode/feature/DXS-355
DXS-355: Handle the different artifact version based on the flag
2 parents 5644ae0 + 8f16d7e commit e4326eb

File tree

4 files changed

+123385
-14931
lines changed

4 files changed

+123385
-14931
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ inputs:
9797
include:
9898
description: 'Enter a case-sensitive, comma-separated list of name patterns that represent the names of the modules to scan as top-level modules. Veracode identifies these modules during prescan. The * wildcard matches zero or more characters. The ? wildcard matches exactly one character. For example, to include various module names that contain module: --include "module 1, module-*, module2.jar". The scan results show the names of the modules that Veracode identified and the modules included in the scan. This parameter does not pause, stop, or impact the performance of your pipeline.'
9999
required: false
100+
use_upgraded_version:
101+
description: 'Enable it, if artifact version 2 requires usage'
102+
required: false
103+
default: false
100104

101105
runs:
102106
using: 'node20'

0 commit comments

Comments
 (0)