fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
32 stars 22 forks source link

Fix 'See <fcli command>` links in built-in action documentation #622

Closed rsenden closed 1 month ago

rsenden commented 1 month ago

Current Behavior

For some reason, links for fcli fod sast-scan setup are rendered incorrectly at https://fortify.github.io/fcli/v2.7.1/fod-actions.html#_options_11:

image

This likely requires a fix in the addLinks method in AbstractActionAsciidocCommand. We should also verify whether any other links in FoD or SSC built-in action documentation are being rendered incorrectly.

Expected Behavior

Links correctly rendered

Steps To Reproduce

No response

Environment

No response

Anything else?

No response