Skip to content

Commit f8fbba4

Browse files
committed
update
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
1 parent e3e9f72 commit f8fbba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/fixtures/test-images.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
{
126126
"image": "mcr.microsoft.com/azurelinux/base/core",
127127
"tag": "3.0.20240727-arm64",
128-
"digest": "sha256:597f376429c6004f54891e972a39995dc0fdf8339ba32b0731b6f00bfaa17f4d",
128+
"digest": "sha256:5975d2ba45e7d256d4eb4e2b3df3aefbaddf25f14fa300fa126fb93b9f082d33",
129129
"distro": "Azure Linux",
130130
"description": "Valid rpm DB, tdnf & rpm present, no dnf or yum, arm64 cross-arch",
131131
"ignoreErrors": false

integration/patch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func (s *scannerCmd) scan(t *testing.T, ref string, ignoreErrors bool) {
235235
args := []string{
236236
"trivy",
237237
"image",
238-
"--vuln-type=os",
238+
"--pkg-types=os",
239239
"--ignore-unfixed",
240240
"--scanners=vuln",
241241
}

0 commit comments

Comments
 (0)