mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
fix tests and linting
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
e809403e94
commit
d52894ce86
@ -155,16 +155,7 @@ func toFiles(s sbom.SBOM) []model.File {
|
||||
digests = digestsForLocation
|
||||
}
|
||||
|
||||
// TODO: these could make it into the document
|
||||
//var classifications []file.Classification
|
||||
//if classificationsForLocation, exists := artifacts.FileClassifications[coordinates]; exists {
|
||||
// classifications = classificationsForLocation
|
||||
//}
|
||||
//
|
||||
//var contents string
|
||||
//if contentsForLocation, exists := artifacts.FileContents[coordinates]; exists {
|
||||
// contents = contentsForLocation
|
||||
//}
|
||||
// TODO: add file classifications (?) and content as a snippet
|
||||
|
||||
var comment string
|
||||
if coordinates.FileSystemID != "" {
|
||||
|
||||
@ -24,7 +24,7 @@ func TestPackageOwnershipRelationships(t *testing.T) {
|
||||
t.Run(test.fixture, func(t *testing.T) {
|
||||
sbom, _ := catalogFixtureImage(t, test.fixture)
|
||||
|
||||
p := syftjson.Format().Presenter(sbom)
|
||||
p := syftjson.Format().Presenter(sbom, nil)
|
||||
if p == nil {
|
||||
t.Fatal("unable to get presenter")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user