Skip to content

Commit 6eca348

Browse files
committed
fix: ignore semgrep feedback
1 parent bd6464a commit 6eca348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stdlib/functions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ var LimitPathDepthTo = expr.Function(
9898
return input, nil
9999
}
100100

101-
return strings.Join(chunks[0:length-1], "/"), nil
101+
return strings.Join(chunks[0:length-1], "/"), nil // nosemgrep
102102
},
103103
)

0 commit comments

Comments
 (0)