feat: Support Sourceanalyzer tool registration and performing local scans via command and fcli action#935
Open
SangameshV wants to merge 2 commits intodev/v3.xfrom
Open
feat: Support Sourceanalyzer tool registration and performing local scans via command and fcli action#935SangameshV wants to merge 2 commits intodev/v3.xfrom
SangameshV wants to merge 2 commits intodev/v3.xfrom
Conversation
…cans via command and fcli action
rsenden
requested changes
Mar 5, 2026
...ore/fcli-tool/src/main/java/com/fortify/cli/tool/_common/cli/cmd/AbstractToolGetCommand.java
Outdated
Show resolved
Hide resolved
...va/com/fortify/cli/tool/sourceanalyzer/cli/cmd/ToolSourceAnalyzerUpdateRulePacksCommand.java
Show resolved
Hide resolved
...li-ssc/src/main/resources/com/fortify/cli/ssc/actions/zip/sourceanalyzer-translate-scan.yaml
Outdated
Show resolved
Hide resolved
rsenden
requested changes
Mar 12, 2026
| fcli.tool.vuln-exporter.uninstall.confirm = Confirm removal of Fortify Vulnerability Exporter. | ||
|
|
||
| # fcli tool sourceanalyzer (sca) | ||
| fcli.tool.sourceanalyzer.usage.header = Manage Fortify Source Analyzer registrations. |
Contributor
There was a problem hiding this comment.
Fortify Source Analyzer is not a known product name; I'm checking with Frans on his opinion as to what we should put here; either Fortify sourceanalyzer, Fortify Static Code Analyzer, or OpenText SAST, ... Similar updates should be made to other usage headers/descriptions.
|
|
||
| # fcli tool sourceanalyzer (sca) | ||
| fcli.tool.sourceanalyzer.usage.header = Manage Fortify Source Analyzer registrations. | ||
| fcli.tool.sourceanalyzer.usage.description = This command analyzes source code, bytecode, or an intermediate representation, which helps identify vulnerabilities early in the Software Development Lifecycle (SDLC) when they are less expensive to fix. |
Contributor
There was a problem hiding this comment.
This command refers to fcli tool sourceanalyzer, not sourceanalyzer itself. Depending on the outcome of the above, we could state something like Fortify sourceanalyzer allows for performing local translation and/or local scan; see <user guide link> for details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added full Source Analyzer tool workflow:
Introduced SSC action to drive local SCA and SSC integration: