diff --git a/trivy-task/index.ts b/trivy-task/index.ts index f0b60cd..53234cb 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.29.2" +const latestTrivyVersion = "v0.38.2" const tmpPath = "/tmp/" async function run() {