Skip to content

Commit 02a9601

Browse files
committed
Update Trivy
1 parent 9a2b65b commit 02a9601

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/Build.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.Linq;
44
using System.Security.Cryptography;
55
using System.Text;
6-
using System.Text.RegularExpressions;
76
using Nuke.Common;
87
using Nuke.Common.CI.GitHubActions;
98
using Nuke.Common.Execution;
@@ -230,8 +229,8 @@ enum BuildFlows
230229
return;
231230

232231
DockerRun(s => s
233-
// Trivy version 0.64.1 linux/amd64 corresponds to this SHA256 hash
234-
.SetImage("aquasec/trivy@sha256:de90a656e79b175a294abe85cb8b99670fab83ebf339cccd163e6f584846809a")
232+
// Trivy version 0.67.2 linux/amd64 corresponds to this SHA256 hash
233+
.SetImage("aquasec/trivy@sha256:e2b22eac59c02003d8749f5b8d9bd073b62e30fefaef5b7c8371204e0a4b0c08")
235234
.SetRm(true)
236235
.AddVolume($"{RootDirectory}:/src:ro")
237236
.AddVolume($"{TrivyCacheDirectory}:/root/.cache/trivy:rw")

0 commit comments

Comments
 (0)