Skip to content

Commit

Permalink
Appending basic queries to kics via env path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaereal committed Oct 9, 2024
1 parent bfb64ea commit 4d596d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,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

0 comments on commit 4d596d9

Please sign in to comment.