Commit 5ef7a94
authored
[CWS] Remove applied status in network isolation (#45275)
### What does this PR do?
Replace `applied` status in network isolation by `performed` so the status are the same between kill and isolation actions.
Now, the status for an isolation actions are :
- performed
- error
Co-authored-by: theo.putegnat <theo.putegnat@datadoghq.com>1 parent 6577ac0 commit 5ef7a94
File tree
3 files changed
+4
-4
lines changed- pkg/security
- probe
- tests
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3453 | 3453 | | |
3454 | 3454 | | |
3455 | 3455 | | |
3456 | | - | |
| 3456 | + | |
3457 | 3457 | | |
3458 | 3458 | | |
3459 | 3459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments