Skip to content

Commit

Permalink
SAST base: update sembgrep version to support more langs. Core: added…
Browse files Browse the repository at this point in the history
… arbiter as a dep for events
  • Loading branch information
LifeDJIK committed May 19, 2021
1 parent eba0d78 commit a179fad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sast/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG FINDSECBUGS_VERSION=1.10.1
ARG GITLEAKS_VERSION=4.1.1
ARG DEPENDENCY_CHECK_VERSION=5.3.2
ARG INSIDER_VERSION=2.0.5
ARG SEMGREP_VERSION=0.22.0
ARG SEMGREP_VERSION=0.52.0
ARG TRIVY_VERSION=0.12.0

# Default locale
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ python-jenkins==1.5.0
lupa==1.8
pika==1.1.0

# Events and RPCs
arbiter @ git+https://github.com/carrier-io/arbiter.git#egg=arbiter

#
# Scanning
#
Expand Down

0 comments on commit a179fad

Please sign in to comment.