fix: support 2.3.0 multi-arch image scan results#77
Merged
carlosmmatos merged 4 commits intomainfrom Apr 14, 2026
Merged
Conversation
Contributor
|
Pulled out the fallback path in Now it logs a warning if the CLI output file is missing. Also removed Tests 16-18 and the |
carlosmmatos
approved these changes
Apr 6, 2026
Contributor
carlosmmatos
left a comment
There was a problem hiding this comment.
Waiting for GA then we can merge
The fallback path only checked -d (directory), silently failing for file-based output_path values which is the common image scan case. Since the primary stdout-parsing path handles discovery reliably, replace the fallback with a simple warning log.
789eaa1 to
5b10aad
Compare
carlosmmatos
approved these changes
Apr 14, 2026
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.
FCS CLI 2.3.x Multi-Architecture Support
Changes
"./"default that broke image scans; allow CLI defaults when omittedTechnical Details
execute_fcs_cli()to capture CLI output usingteewhile preserving exit codesconvert_json_to_sarif()to parse CLI output instead of using file pattern matchingaction.ymlto remove problematic default and improve description