Skip to content

Commit

Permalink
fix file extension for cyclonedx (#974)
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <[email protected]>
  • Loading branch information
developer-guy authored Mar 9, 2023
1 parent 11670b7 commit 8e075ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/gobuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func cycloneDX() sbomber {
return nil, "", err
}

if err := writeSBOM(b, appFileName, dir, "cyclone.json"); err != nil {
if err := writeSBOM(b, appFileName, dir, "cyclonedx.json"); err != nil {
return nil, "", err
}

Expand Down

0 comments on commit 8e075ae

Please sign in to comment.