Commit b4bcfa9
committed
fix(go): normalize expected SBOM fixture formatting
Remove extra spaces before colons in JSON keys to match the original
fixture formatting style ("key": vs "key" :). The CycloneDX library
outputs space-colon-space, but the existing fixtures use standard JSON
formatting.
Implements TC-4127
Assisted-by: Claude Code1 parent 6858d66 commit b4bcfa9
6 files changed
Lines changed: 11290 additions & 7329 deletions
File tree
- src/test/resources/tst_manifests/golang
- go_mod_light_no_ignore
- go_mod_no_ignore
- go_mod_no_path
- go_mod_with_all_ignore
- go_mod_with_ignore
- go_mod_with_one_ignored_prefix_go
0 commit comments