mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-21 14:50:53 -08:00
feat(alpine): support apk repositories (#1987)
This commit is contained in:
@@ -66,6 +66,14 @@ func TestTar(t *testing.T) {
|
||||
},
|
||||
golden: "testdata/alpine-310.json.golden",
|
||||
},
|
||||
{
|
||||
name: "alpine distroless",
|
||||
testArgs: args{
|
||||
Format: "json",
|
||||
Input: "testdata/fixtures/images/alpine-distroless.tar.gz",
|
||||
},
|
||||
golden: "testdata/alpine-distroless.json.golden",
|
||||
},
|
||||
{
|
||||
name: "amazon linux 1",
|
||||
testArgs: args{
|
||||
|
||||
Reference in New Issue
Block a user