Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Remove unsupported on-premise instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy authored Sep 15, 2023
1 parent a442207 commit 5304ac3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ However, this requires you to perform certain steps as a part of your pipeline.

To learn more, visit our documentation about [source-codeless scans](https://debricked.com/documentation/language-support/java-kotlin.html#source-codeless-scans) to get further instructions.

### If you have an on-premise solution

For customers with a deployed on-premise solution, you also need to modify the destination server. You can do this by setting the `DEBRICKED_API_URI` environmental variable to your own server, as in the example command below:

```
docker run -it --rm -e DEBRICKED_API_URI=https://your.on.prem.server -v $PWD:/data debricked/debricked-cli debricked:scan user@example.com password myrepository mycommit null cli
```

## Code contributions

### Build image for running the tool
Expand Down

0 comments on commit 5304ac3

Please sign in to comment.