Skip to content

Commit

Permalink
chore: Update descriptions for setup action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Oct 26, 2023
1 parent a0de06f commit c2875d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ inputs:
default: 'true'
required: false
fcli:
description: 'The fcli version to install. Allowed values: skip (default value, do not install fcli), latest, or specific version number.'
description: 'The ScanCentral Client version to install. Allowed values: `skip` (default value, do not install), `latest`, or specific version number. Supports semantic versioning, for example `23.1` will install the latest known `23.1.y` patch version. Version may be specified either with or without the `v` prefix, for example `v23.1` and `23.1` are semantically the same.'
default: 'skip'
required: false
sc-client:
description: 'The ScanCentral Client version to install. Allowed values: skip (default value, do not install), latest, or specific version number.'
default: 'skip'
required: false
fod-uploader:
description: 'The FoDUploader version to install. Allowed values: skip (default value, do not install), latest, or specific version number.'
description: 'The FoDUploader version to install. Allowed values: `skip` (default value, do not install), `latest`, or specific version number. Supports semantic versioning, for example `v5` will install the latest known `5.x.y` version. Version may be specified either with or without the `v` prefix, for example `v5.4.0` and `5.4.0` are semantically the same.'
default: 'skip'
required: false
vuln-exporter:
description: 'The FortifyVulnerabilityExporter version to install. Allowed values: skip (default value, do not install), latest, or specific version number.'
description: 'The FortifyVulnerabilityExporter version to install. Allowed values: `skip` (default value, do not install), `latest`, or specific version number. Supports semantic versioning, for example `v2` will install the latest known `2.x.y` version. Version may be specified either with or without the `v` prefix, for example `v2.0.4` and `2.0.4` are semantically the same.'
default: 'skip'
required: false
bugtracker-utility:
description: 'The FortifyBugTrackerUtility version to install. Allowed values: skip (default value, do not install), latest, or specific version number.'
description: 'The FortifyBugTrackerUtility version to install. Allowed values: skip (default value, do not install), latest, or specific version number. Supports semantic versioning, for example `v4` will install the latest known `4.x` version. Version may be specified either with or without the `v` prefix, for example `v4.12` and `4.12` are semantically the same.'
default: 'skip'
required: false
runs:
Expand Down

0 comments on commit c2875d3

Please sign in to comment.