Skip to content

Commit

Permalink
Bump semgrep to 1.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 4, 2024
1 parent f6322a0 commit 9de2317
Show file tree
Hide file tree
Showing 5 changed files with 798 additions and 419 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.0-slim
FROM python:3.12-slim

RUN apt-get update \
&& apt-get install gcc -y \
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true

[packages]
colorama = ">=0.4.5"
libsast = ">=1.5.3"
libsast = ">=3.1.0"
sarif-om = ">=1.0.4"
jschema-to-python = ">=1.2.3"
tabulate = ">=0.8.10"
Expand Down
Loading

0 comments on commit 9de2317

Please sign in to comment.