Test sbt file

POST {{baseUrl}}/test/sbt?org=ex velit elit&repository=ex velit elit

Test for issues in sbt files.You can test your sbt packages for issues according to their manifest file using this action. It takes a JSON object containing a the target build.sbt.

Request Params

KeyDatatypeRequiredDescription
orgstringThe organization to test the package with. See "The Snyk organization for a request" above.
repositorystringThe repository hosting this package. The default value is Maven Central. More than one value is supported, in order.

Request Body

{
  "encoding": "${encoding}",
  "files": "${files}"
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring