mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-21 14:50:53 -08:00
feat(alma): support AlmaLinux (#1238)
Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
This commit is contained in:
@@ -173,6 +173,14 @@ func TestTar(t *testing.T) {
|
||||
// },
|
||||
// golden: "testdata/ubi-7.json.golden",
|
||||
//},
|
||||
{
|
||||
name: "almalinux 8",
|
||||
testArgs: args{
|
||||
Format: "json",
|
||||
Input: "testdata/fixtures/images/almalinux-8.tar.gz",
|
||||
},
|
||||
golden: "testdata/almalinux-8.json.golden",
|
||||
},
|
||||
{
|
||||
name: "distroless base",
|
||||
testArgs: args{
|
||||
|
||||
Reference in New Issue
Block a user