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 != "" {
|
||||
|
||||
@ -113,9 +113,9 @@ func packageFileOwnershipRelationships(p pkg.Package, resolver source.FilePathRe
|
||||
return nil, fmt.Errorf("unable to find path for path=%q: %w", path, err)
|
||||
}
|
||||
|
||||
//if len(locations) == 0 {
|
||||
// if len(locations) == 0 {
|
||||
// // TODO: this is notable, we should at least log it(?)... however, ideally there is something in the SBOM about this
|
||||
//}
|
||||
// }
|
||||
|
||||
for _, l := range locations {
|
||||
relationships = append(relationships, artifact.Relationship{
|
||||
|
||||
@ -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