From 24c3b01277e48a563f4b104da012825aedb19da4 Mon Sep 17 00:00:00 2001 From: Simar Date: Mon, 8 Jul 2024 22:32:12 -0600 Subject: [PATCH] chore(deps): Upgrade trivy to v0.53.0 --- trivy-task/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivy-task/index.ts b/trivy-task/index.ts index fba5f42..838c12b 100644 --- a/trivy-task/index.ts +++ b/trivy-task/index.ts @@ -4,7 +4,7 @@ import * as tool from 'azure-pipelines-tool-lib'; import {ToolRunner} from 'azure-pipelines-task-lib/toolrunner'; import task = require('azure-pipelines-task-lib/task'); -const latestTrivyVersion = "v0.45.1" +const latestTrivyVersion = "v0.53.0" const tmpPath = "/tmp/" async function run() {