diff --git a/README.md b/README.md index 54e2c08..ac3c1d8 100755 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ docker run -it -v $srcDir:/src codacy-opengrep:latest go run ./cmd/docgen ``` + + ## Test We use the [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test) to test our external tools integration. diff --git a/internal/docgen/docgen.go b/internal/docgen/docgen.go index 347fd92..ec50fbc 100644 --- a/internal/docgen/docgen.go +++ b/internal/docgen/docgen.go @@ -13,6 +13,7 @@ import ( const ( toolName = "opengrep" toolVersionFile = ".tool_version" + testConst = "testing" ) type DocumentationGenerator interface {