Skip to content

Commit

Permalink
Merge pull request #49 from simar7/main
Browse files Browse the repository at this point in the history
feat: Update Trivy to version v0.45.1
  • Loading branch information
giorod3 authored Jan 4, 2024
2 parents 7516cf9 + 10c713c commit 9cea755
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.38.2"
const latestTrivyVersion = "v0.45.1"
const tmpPath = "/tmp/"

async function run() {
Expand Down

0 comments on commit 9cea755

Please sign in to comment.