Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.2.0 (2024-02-05)
Features
fcli fod
: Addfcli fod report
commands for creating and downloading FoD reports (resolves #263) (5796379)fcli fod
: Add preview commands for starting and managing DAST Automated scans (db898ee)fcli ssc
: Addfcli ssc report
commands for generating, downloading & managing SSC reports (resolves #205) (60e7855)fcli tool
: Addfcli tool * install --base-dir
option to specify the base directory under which all tools will be installed. By default, fcli will now also install tool invocation scripts in a global<base-dir>/bin
directory, unless the--no-global-bin
option is specified. This allows for having a single bin-directory on thePATH
, while managing the actual tool versions being invoked through thefcli tool * install
commands. (e2db51d)fcli tool
: Addfcli tool * install --uninstall
option to remove existing tool installations while installing a new tool version, allowing for easy tool upgrades. (e2db51d)fcli tool
: Addfcli tool debricked-cli
commands for installing Debricked CLI and managing those installations. (e2db51d)fcli tool
: Addfcli tool definitions
commands, allowing tool definitions to be updated to make fcli aware of new tool versions that were released after the current fcli release. Customers may also host customized tool definitions, for example allowing for alternative tool download URLs or restricting the set of tool versions available to end users. (e2db51d)fcli tool
: Addfcli tool fcli
commands for installing Fortify CLI and managing those installations. (e2db51d)fcli tool
: By default, thefcli tool * install
commands will now install tools under the<user.home>/fortify/tools
base directory (no dot/hidden directory), instead of<user.home>/.fortify/tools
(e2db51d)fcli tool
: Deprecatefcli tool * install --install-dir
option; the new--base-dir
option is now preferred as it supports new functionality like global bin-scripts. (e2db51d)Bug Fixes
fcli ssc
: The--attributes
option onfcli ssc appversion *
andfcli ssc attribute *
commands now supports setting multiple values for an attribute (bd3fd62)This PR was generated with Release Please. See documentation.