Skip to content

Commit

Permalink
feat: Update Trivy to version v0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 authored May 16, 2024
1 parent 9cea755 commit 213b6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trivy-task/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.51.1"
const tmpPath = "/tmp/"

async function run() {
Expand Down

0 comments on commit 213b6b2

Please sign in to comment.