mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 17:03:17 +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
|
digests = digestsForLocation
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: these could make it into the document
|
// TODO: add file classifications (?) and content as a snippet
|
||||||
//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
|
|
||||||
//}
|
|
||||||
|
|
||||||
var comment string
|
var comment string
|
||||||
if coordinates.FileSystemID != "" {
|
if coordinates.FileSystemID != "" {
|
||||||
|
|||||||
@ -24,7 +24,7 @@ func TestPackageOwnershipRelationships(t *testing.T) {
|
|||||||
t.Run(test.fixture, func(t *testing.T) {
|
t.Run(test.fixture, func(t *testing.T) {
|
||||||
sbom, _ := catalogFixtureImage(t, test.fixture)
|
sbom, _ := catalogFixtureImage(t, test.fixture)
|
||||||
|
|
||||||
p := syftjson.Format().Presenter(sbom)
|
p := syftjson.Format().Presenter(sbom, nil)
|
||||||
if p == nil {
|
if p == nil {
|
||||||
t.Fatal("unable to get presenter")
|
t.Fatal("unable to get presenter")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user