0.0.7 • Published 10 months ago

@openctx/provider-semgrep v0.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Semgrep context provider for OpenCtx

This is a sample context provider for OpenCtx that fetches the contents of a Semgrep finding from a given URL.

Usage

Add the following to your settings in any OpenCtx client:

"openctx.providers": {
    // ...other providers...
    "https://openctx.org/npm/@openctx/provider-semgrep": {
        "token": "Your <SEMGREP_APP_TOKEN>",
        "repo": "Semgrep repository or project filter"
    }
},

You can create and download a SEMGREP_APP_TOKEN from https://semgrep.dev/orgs/-/settings/tokens under the "API tokens" tab menu option.

The repo setting, if provided, filters all the findings in your organization using the provided value.

Development

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago