Releases: fortify/github-action
Releases · fortify/github-action
v1.5.1
1.5.1 (2024-11-01)
Features
- FoD: Add support for creating application through
DO_SETUP
(2d91e3c) - FoD: Automatically set
--app-owner
ifFOD_USER
is configured (345ddda) - FoD: Improve handling of
--copy-from
option inSETUP_EXTRA_OPTS
(2d91e3c) - Major documentation usability improvements (22ea8e9)
- Simplify setup of Debricked scans on FoD (7c25788)
- Update fcli to 2.9.0 (2d91e3c)
- Update ScanCentral Client to 24.4.0 (f3246ac)
Bug Fixes
v1.4.0
v1.3.1
v1.3.0
1.3.0 (2024-09-25)
Features
- Add
DO_POLICY_CHECK
and related inputs to enable policy checks after scan completion (6ee342d) - Add
DO_PR_COMMENT
and related inputs to enable Pull Request comment generation (6ee342d) - Add
DO_SETUP
and related inputs to enable application version/release creation/setup (6ee342d) - Add
EXPORT_ACTION
andEXPORT_EXTRA_OPTS
inputs to allow for export customization (6ee342d) - Add ability to run and import Debricked scans into SSC (closes #41) (6ee342d)
- Use fcli instead of FortifyVulnerabilityExporter for vulnerability export (closes #37) (6ee342d)
Bug Fixes
- Allow tool artifacts to be extracted on older PowerShell versions (work-around for actions/toolkit#1179) (6375519)
- Deprecate EXTRA_*_OPTS variables; these are replaced by *_EXTRA_OPTS variables for consistency (6ee342d)
- Install Java version as required by ScanCentral Client (closes #10) (6ee342d)
- Update
FOD_RELEASE
/SSC_APPVERSION
documentation with correct default values (fixes #43) (6ee342d)