Skip to content

Commit

Permalink
Merge pull request #31 from theredguild/readme-docs-1
Browse files Browse the repository at this point in the history
README major update and minor Dockerfile modifications
  • Loading branch information
mattaereal authored Oct 9, 2024
2 parents 169b63a + f5764c5 commit f6b32e0
Show file tree
Hide file tree
Showing 2 changed files with 787 additions and 42 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ RUN pipx install semgrep
# Install nodejsscan
RUN pipx install nodejsscan

# Install principalmapper
RUN pipx install principalmapper
# Install cloudsplaining
RUN pipx install cloudsplaining

# Install checkov
RUN pipx install checkov
Expand Down Expand Up @@ -171,7 +171,8 @@ RUN git clone https://github.com/Checkmarx/kics.git \
&& cd kics \
&& go mod vendor \
&& go build -o ./bin/kics cmd/console/main.go \
&& sudo ln -s /src/kics/bin/kics /usr/local/bin/kics
&& sudo ln -s /src/kics/bin/kics /usr/local/bin/kics \
&& echo 'export KICS_QUERIES_PATH=/src/kics/assets/queries' >> ~/.zshrc

# Create a script to run the gh-fake-analyzer
USER root
Expand Down
Loading

0 comments on commit f6b32e0

Please sign in to comment.