According to the documentation:
In short, Cimon Agent is runner-aware, which means it is aware of the runner environment and adapts itself accordingly. There are several ways in which the functionality reflects this:
...
- Ignored IPs - Ignoring internal IPs communication, such as the Azure metadata IP address 169.254.169.254, 127.0.0.1, and more.
I am seeing 127.0.0.1 being detected as an unknown connection:
🟠 java
Established 1 Connections
- 🟠 127.0.0.1
| PID |
Process |
Protocol |
Address |
Domain |
Allowed |
| 2074 |
java |
TCP |
127.0.0.1:39419 |
|
⚠️ Detected unknown connection |
I have tried adding allowed-ips: 127.0.0.1, but this doesn't seem to fix the problem.
The version of GitHub Action we are using is:
cycodelabs/cimon-action@a0870cc3d9e3bf3cedd28bdb67bf3fd3281e5941
Because of this, we cannot use prevent: true
According to the documentation:
I am seeing 127.0.0.1 being detected as an unknown connection:
🟠 java
Established 1 Connections
- 🟠 127.0.0.1
I have tried adding
allowed-ips: 127.0.0.1, but this doesn't seem to fix the problem.The version of GitHub Action we are using is:
cycodelabs/cimon-action@a0870cc3d9e3bf3cedd28bdb67bf3fd3281e5941Because of this, we cannot use
prevent: true