mirror of
https://github.com/nlohmann/json.git
synced 2026-07-08 19:45:09 +00:00
👪 fix security findings
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
# SEMGREP_APP_TOKEN is still passed through so registry auth works if a
|
||||
# token is ever added.
|
||||
- name: Install Semgrep
|
||||
run: python3 -m pip install --user semgrep
|
||||
run: python3 -m pip install --user semgrep==1.168.0
|
||||
|
||||
# `semgrep scan --sarif` always exits 0 even with findings; continue-on-error
|
||||
# is a safety net so the SARIF upload still runs if the scan itself errors.
|
||||
|
||||
Reference in New Issue
Block a user