github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/test/integration/regression_java_no_main_package_test.go (about)

     1  package integration
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/anchore/syft/syft/source"
     7  )
     8  
     9  func TestRegressionJavaNoMainPackage(t *testing.T) { // Regression: https://github.com/anchore/syft/issues/252
    10  	catalogFixtureImage(t, "image-java-no-main-package", source.SquashedScope, nil)
    11  }