Releases: fortify/github-action
Releases · fortify/github-action
v3.0.0
3.0.0 (2026-02-24)
⚠ BREAKING CHANGES
fortify/github-action/setup: Now uses@fortify/setupNPM component instead of GitHub-specific implementation, resulting in changes to supported action inputs and environment variablesfortify/github-action: Now usesfcli action run ciinstead of GitHub-specific scripts, resulting in changes to supported action inputs and environment variablesfortify/github-action/*: All sub-actions except for thesetupaction have been removed; use the top-levelfortify/github-actionto run a full AST scan pipeline, or use thesetupaction in combination withfclicommands or actions to implement custom workflows
Features
fortify/github-action/*: All sub-actions except for thesetupaction have been removed; use the top-levelfortify/github-actionto run a full AST scan pipeline, or use thesetupaction in combination withfclicommands or actions to implement custom workflows (899cd9b)fortify/github-action/setup: Now uses@fortify/setupNPM component instead of GitHub-specific implementation, resulting in changes to supported action inputs and environment variables (899cd9b)fortify/github-action: Now usesfcli action run ciinstead of GitHub-specific scripts, resulting in changes to supported action inputs and environment variables (899cd9b)
v2.2.0
v2.1.1
2.1.1 (2025-06-14)
Bug Fixes
- Fix potential source file path inconsistencies in SAST security report (see fortify/fcli#749) (cc61a88)
v2.1.0
v2.0.0
2.0.0 (2025-05-01)
⚠ BREAKING CHANGES
- Upgrade fcli to v3.4.1
- Removed
SC_SAST_LOGIN_EXTRA_OPTS EXTRA_SC_SAST_SCAN_OPTSmay need to be updated according to newfcli sc-sast scan startsyntax- Any custom fcli actions referenced in
*_ACTIONinputs will need to be migrated to fcli 3.x action syntax
Features
EXTRA_SC_SAST_SCAN_OPTSmay need to be updated according to newfcli sc-sast scan startsyntax (63455f2)SC_SAST_SENSOR_VERSIONis now optional (63455f2)- Any custom fcli actions referenced in
*_ACTIONinputs will need to be migrated to fcli 3.x action syntax (63455f2) - Removed
SC_SAST_LOGIN_EXTRA_OPTS(63455f2) - Upgrade fcli to v3.4.1 (63455f2)
Bug Fixes
- Upgrade Debricked CLI to v2.6.7 (63455f2)