We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b326ae0 commit d6088f4Copy full SHA for d6088f4
jobs/account-port-scan/README.md
@@ -13,10 +13,11 @@ git clone https://github.com/cloud-design-dev/ibmcloud-code-engine-demos.git
13
cd ibmcloud-code-engine-demos/jobs/account-port-scan
14
```
15
16
-### Set your IBM Cloud API key
+### Set your IBM Cloud API key and Log Ingestion URL
17
18
```shell
19
export IBMCLOUD_API_KEY="YOUR_IBMCLOUD_API_KEY"
20
+export IBM_CLOUD_LOGGING_ENDPOINT="https://INSTANCE_ID.ingress.REGION.logs.cloud.ibm.com"
21
22
23
### Install python requirements
0 commit comments