mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
12 lines
278 B
Go
12 lines
278 B
Go
package integration
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/anchore/syft/syft/source"
|
|
)
|
|
|
|
func TestRegressionJavaNoMainPackage(t *testing.T) { // Regression: https://github.com/anchore/syft/issues/252
|
|
catalogFixtureImage(t, "image-java-no-main-package", source.SquashedScope, nil)
|
|
}
|