Skip to content

Commit f949987

Browse files
authored
chore(PI-5925): update default endpoint to api-nowsecure.com (#8)
* chore(PI-5925): update default endpoint to api-nowsecure.com * chore: update ns-ci binaries * chore: update version file
1 parent 4ff5ba5 commit f949987

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the `NowSecure Assessment Configuration` build step to your job and fill in
5656
| `analysisType` | Type of assessment to run. `STATIC` runs static analysis only; `FULL` runs both static and dynamic analysis. | `STATIC` |
5757
| `minimumScore` | The assessment score below which the build will be marked as failed. Set to `0` to disable score gating. | `0` |
5858
| `pollingDurationMinutes` | How long (in minutes) to wait for the assessment to complete before timing out. | `20` |
59-
| `apiHost` | NowSecure API base URL. Only change this if you are on a single-tenant NowSecure instance. | `https://lab-api.nowsecure.com` |
59+
| `apiHost` | NowSecure API base URL. Only change this if you are on a single-tenant NowSecure instance. | `https://api.nowsecure.com` |
6060
| `uiHost` | NowSecure UI base URL. Only change this if you are on a single-tenant NowSecure instance. | `https://app.nowsecure.com` |
6161
| `logLevel` | Log verbosity for the NowSecure assessment task. One of `DEBUG`, `INFO`, `WARN`, `ERROR`. | `INFO` |
6262

src/main/resources/com/nowsecure/plugin/NowSecurePlugin/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<f:textbox default="nowsecure"/>
1717
</f:entry>
1818
<f:entry title="API Host" field="apiHost" description="${%APIHostDesc}">
19-
<f:textbox default="https://lab-api.nowsecure.com" />
19+
<f:textbox default="https://api.nowsecure.com" />
2020
</f:entry>
2121
<f:entry title="UI Host" field="uiHost" description="${%UIHostDesc}">
2222
<f:textbox default="https://app.nowsecure.com" />

src/main/resources/ns_darwin-arm64

12 Bytes
Binary file not shown.

src/main/resources/ns_linux-amd64

0 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.

src/main/resources/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.1
1+
v0.2.2

0 commit comments

Comments
 (0)