Solved

Docker Debricked CLI Github

  • 13 April 2023
  • 2 replies
  • 82 views

Hello!

I am really new at Docker, can you please write me an example od Debricked CLI command  to scan GitHub repository?

In documentation is this, but it is only for local file... Can you please help me? 

 Thank you so much for everything.

docker run -it --rm -v $PWD:/data debricked/debricked-cli debricked:scan user@example.com password myrepository mycommit null cli
icon

Best answer by viktigpetterr 14 April 2023, 07:47

View original

2 replies

Hi there,
It you want to scan a GitHub repository there are two good options:
1. Clone the repository and then make use of the command you posted
2. Integrate with a CI tool, for example GitHub Actions. Here is a link on how to do that:

Good luck with the scanning 😀

Userlevel 4

@StatusDying did the response above help you? please let us know if you need any help :) 

Reply