We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a65f3 commit 17dee10Copy full SHA for 17dee10
1 file changed
cmd/audit/audit.go
@@ -90,7 +90,7 @@ func run(ctx context.Context, opts *options) error {
90
metadata := trustedBundle.GetRootMetadata()
91
logger.WithField("date", metadata.Date).
92
WithField("commit", metadata.Commit).
93
- Debug("metadata")
+ Debug("bundle's metadata")
94
logger.Debugf("found %d vendors", len(trustedBundle.GetVendors()))
95
logger.IncreasePadding()
96
for _, v := range trustedBundle.GetVendors() {
0 commit comments