Fortify AST Scan
Version updated for https://github.com/fortify/github-action to version v3.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Fortify GitHub Action integrates OpenText Fortify Application Security Testing (AST) into GitHub workflows, enabling automated security scans for Static Application Security Testing (SAST) and Software Composition Analysis (SCA) with support for other testing types potentially coming in the future. It simplifies the setup and execution of security testing by leveraging Fortify’s fcli tool, allowing developers to detect vulnerabilities and secure their software supply chain directly within their CI/CD pipeline. This action also supports customized workflows for advanced use cases involving other Fortify tools.
Release notes
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)