Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ docker run -it -v $srcDir:/src codacy-opengrep:latest
go run ./cmd/docgen
```



Comment on lines +33 to +34
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The PR changes do not align with the title or description. The expected pipeline configuration and testing instructions are missing, and the diff only contains redundant whitespace. Please include the actual implementation files.

Try running the following prompt in your coding agent:

Add the pipeline configuration for tag creation and remove the redundant blank lines in README.md.

## Test

We use the [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test) to test our external tools integration.
Expand Down
1 change: 1 addition & 0 deletions internal/docgen/docgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
const (
toolName = "opengrep"
toolVersionFile = ".tool_version"
testConst = "testing"
)

type DocumentationGenerator interface {
Expand Down