We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cc645 commit 176236aCopy full SHA for 176236a
1 file changed
pkg/attestation/crafter/materials/sarif.go
@@ -63,7 +63,7 @@ func (i *SARIFCrafter) Craft(ctx context.Context, filepath string) (*api.Attesta
63
i.logger.Debug().Err(err).Msg("error decoding file")
64
}
65
66
- return nil, fmt.Errorf("invalid SARIF file (%v): %w", err, ErrInvalidMaterialType)
+ return nil, fmt.Errorf("invalid SARIF file (%w): %w", err, ErrInvalidMaterialType)
67
68
69
m, err := uploadAndCraft(ctx, i.input, i.backend, filepath, i.logger)
0 commit comments