We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5b64d commit 6fd9938Copy full SHA for 6fd9938
src/scripts/analyze-code.sh
@@ -2,6 +2,12 @@
2
3
########### DEFAULTS ###########
4
5
+# The `experimental` flag is needed for Semgrep to work, otherwise
6
+# for unknown reason it will fail with exit code 2. This behavior
7
+# is only observed in CI environment.
8
+# When the `experimental` flag is set, saving the output to the
9
+# file will not work and is just silently ignored.
10
+
11
ARGS="--experimental --error --strict --metrics off"
12
13
########### VERBOSE ###########
0 commit comments