mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-21 06:43:05 -08:00
feat(alpine): support apk repositories (#1987)
This commit is contained in:
@@ -79,6 +79,13 @@ func TestClientServer(t *testing.T) {
|
||||
},
|
||||
golden: "testdata/alpine-310.json.golden",
|
||||
},
|
||||
{
|
||||
name: "alpine distroless",
|
||||
args: csArgs{
|
||||
Input: "testdata/fixtures/images/alpine-distroless.tar.gz",
|
||||
},
|
||||
golden: "testdata/alpine-distroless.json.golden",
|
||||
},
|
||||
{
|
||||
name: "debian buster/10",
|
||||
args: csArgs{
|
||||
|
||||
Reference in New Issue
Block a user