Skip to content

Commit 41357ec

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

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
workflow_dispatch:
2424

2525
env:
26-
TRIVY_VERSION: 0.54.0
26+
TRIVY_VERSION: 0.54.1
2727
BUILDKIT_VERSION: 0.16.0
2828

2929
jobs:

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ func (s *scannerCmd) scan(t *testing.T, ref string, ignoreErrors bool) {
235235
args := []string{
236236
"trivy",
237237
"image",
238-
"--vuln-type=os",
238+
"--quiet",
239+
"--pkg-types=os",
239240
"--ignore-unfixed",
240241
"--scanners=vuln",
241242
}

0 commit comments

Comments
 (0)