From bdfb360cd295e613c5870e8a9e46b05a26c67779 Mon Sep 17 00:00:00 2001 From: Sourav Mishra Date: Wed, 23 Aug 2023 17:54:22 +0530 Subject: [PATCH 1/2] Update index.ts --- 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 53234cb..07f20c7 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.38.2" +const latestTrivyVersion = "v0.44.1" const tmpPath = "/tmp/" async function run() { From 45f2f8c5e00c61f6bd3af94599e70ce2f9ad2723 Mon Sep 17 00:00:00 2001 From: Sourav Mishra Date: Wed, 23 Aug 2023 17:58:34 +0530 Subject: [PATCH 2/2] Update index.ts --- 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 53234cb..07f20c7 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.38.2" +const latestTrivyVersion = "v0.44.1" const tmpPath = "/tmp/" async function run() {