Skip to content

How to scan a remote GitHub repository directly ? #5916

Closed Answered by rafaela-soares
subhamku2020 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @subhamku2020,

You need to use the prefix git::. For example: docker run checkmarx/kics scan -p git::https://github.com/Checkmarx/kics.

KICS provides other amazing ways of scanning, such as Terraformer (example: docker run -e AWS_SECRET_ACCESS_KEY -e AWS_ACCESS_KEY_ID -e AWS_SESSION_TOKEN checkmarx/kics:latest scan -p "terraformer::aws:vpc:eu-west-2" -v --no-progress) that scans resources deployed in the Cloud.

It also provides Kuberneter (example: docker run -v <credentials_path>:/credentials -v ${PWD}:/path/ -e K8S_CONFIG_FILE=/credentials/<config-file-name> checkmarx/kics:latest scan -p "kuberneter::*:*:*" -v --no-progress -o /path/results) that scans resources deployed in the ru…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gabriel-cx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants