diff --git a/.tool_version b/.tool_version index 795d870..bbb75a1 100644 --- a/.tool_version +++ b/.tool_version @@ -1 +1 @@ -1.15.1 \ No newline at end of file +1.16.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 2edc0c7..0b5831b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG OPENGREP_VERSION=v1.15.1 +ARG OPENGREP_VERSION=v1.16.1 # Build codacy-opengrep wrapper FROM golang:1.23-alpine3.21 as builder diff --git a/internal/tool/command.go b/internal/tool/command.go index f7a9553..75bd102 100644 --- a/internal/tool/command.go +++ b/internal/tool/command.go @@ -84,10 +84,10 @@ func createCommandParameters(language string, configurationFile *os.File, filesT "--timeout", "5", "--timeout-threshold", "3", "--max-target-bytes", "0", - //"--taint-intrafile", + "--taint-intrafile", //"--pro", //"--error-recovery", - //"--max-memory", "2560", + "--max-memory", "2560", //"-j", strconv.Itoa(runtime.NumCPU()), //"-fast", // adding pro features