bemusic/bemuse

View on GitHub
.github/actions/semgrep/semgrep-problem-matcher.json

Summary

Maintainability
Test Coverage
{
  "problemMatcher": [
    {
      "owner": "semgrep",
      "pattern": [
        {
          "regexp": "^([^:]+):(\\d+):(\\d+):([^:]+):([^:]+):(.*)$",
          "file": 1,
          "line": 2,
          "column": 3,
          "code": 5,
          "message": 6
        }
      ]
    }
  ]
}