0.0.10 • Published 1 year ago

@openctx/provider-semgrep v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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.10

1 year ago

0.0.9

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago