You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI should clearly separate these cases, especially since some options will not apply to all ways.
Which way is chosen should be an active decision, as each way has implications that users should be aware of.
Overall, there are three ways in which SBOMs can be generated for Go projects:
go list -m
,go mod why -m
)go list -deps ./cmd/myapp
)go version -m ./myapp.exe
)The CLI should clearly separate these cases, especially since some options will not apply to all ways.
Which way is chosen should be an active decision, as each way has implications that users should be aware of.
Status
app
Add support for application SBOMs #50bin
Generate SBOMs from binaries #46mod
Introduce multi-command CLI #45version
Introduce multi-command CLI #45The text was updated successfully, but these errors were encountered: