Skip to content

Commit c6f0e92

Browse files
authored
Merge pull request #2 from codacy/bump-to-1161
Bump opengrep to 1.16.1
2 parents bd79290 + 3ddb6d3 commit c6f0e92

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.tool_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1
1+
1.16.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG OPENGREP_VERSION=v1.15.1
1+
ARG OPENGREP_VERSION=v1.16.1
22

33
# Build codacy-opengrep wrapper
44
FROM golang:1.23-alpine3.21 as builder

internal/tool/command.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ func createCommandParameters(language string, configurationFile *os.File, filesT
8484
"--timeout", "5",
8585
"--timeout-threshold", "3",
8686
"--max-target-bytes", "0",
87-
//"--taint-intrafile",
87+
"--taint-intrafile",
8888
//"--pro",
8989
//"--error-recovery",
90-
//"--max-memory", "2560",
90+
"--max-memory", "2560",
9191
//"-j", strconv.Itoa(runtime.NumCPU()),
9292
//"-fast",
9393
// adding pro features

0 commit comments

Comments
 (0)