Skip to content

Update Dockerfile to include git

What does this MR do?

Adds git to the alpine docker image, because it is used in the Semgrep source code.

Semgrep uses git in two ways:

  1. to determine unique project hashes (git ls-remote --get-url)
  2. to crawl files and ignore those in the .gitignore (git ls)

What are the relevant issue numbers?

n/a

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports