File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33using System . Linq ;
44using System . Security . Cryptography ;
55using System . Text ;
6- using System . Text . RegularExpressions ;
76using Nuke . Common ;
87using Nuke . Common . CI . GitHubActions ;
98using 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")
You can’t perform that action at this time.
0 commit comments