Skip to content

Commit

Permalink
update action.yml to use 'latest' cli version and set 'add-scm-histor…
Browse files Browse the repository at this point in the history
…y' parameter #3146
  • Loading branch information
hamidonos committed Jun 6, 2024
1 parent 7cc3e26 commit 0f09e9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion github-actions/scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ inputs:
version:
description: 'Which version of the SecHub client to use'
required: false
default: '1.5.0'
default: 'latest'
add-scm-history:
description: 'Whether scm history should be uploaded or not'
required: false
default: 'false'
scan-types:
description: 'Scan types to use for generated sechub configuration file (ignored in the case of a custom configuration file). Supported types are: codeScan, licenseScan and secretScan. Can be combined by ,'
required: false
Expand Down

0 comments on commit 0f09e9b

Please sign in to comment.