Skip to content

Commit

Permalink
fixup! plugins/semgrep: add csmock semgrep plugin
Browse files Browse the repository at this point in the history
Explain why we pin Semgrep to a specific version.
  • Loading branch information
kdudka authored and rhyw committed Mar 28, 2024
1 parent 2db96ed commit f540e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/plugins/semgrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
# disable metrics to be sent to semgrep cloud
DEFAULT_SEMGREP_SEND_METRICS = "off"

# This plug-in is pinned to a specific Semgrep version. See
# This plug-in is pinned to a specific version of Semgrep because newer Semgrep
# versions break compatibility with externally maintained Semgrep rules. See
# https://github.com/semgrep/semgrep/releases for available releases.
SEMGREP_CLI_VERSION = "1.56.0"

Expand Down

0 comments on commit f540e36

Please sign in to comment.