Skip to content

Commit

Permalink
chore: upgrade sysdig-cli-scanner to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Jul 25, 2024
1 parent 1b702f2 commit 554d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function getRunOS() {
return os_name;
}

const cliScannerVersion = "1.8.1"
const cliScannerVersion = "1.13.0"
const cliScannerName = "sysdig-cli-scanner"
const cliScannerOS = getRunOS()
const cliScannerArch = getRunArch()
Expand Down

0 comments on commit 554d91a

Please sign in to comment.