Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable11 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Apr 8, 2024
1 parent 47beb81 commit 9e2b622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/odm/models/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
| entity_name | Keyword | Name of entity | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| ts | Date | Timestamp of event | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `NOW` |
| labels | List [Keyword] | Labels added during event | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| labels_removed | List [Keyword] | Labels removed during event | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| status | Enum | Status applied during event<br>Values:<br>`"ASSESS", "MALICIOUS", "NON-MALICIOUS", "TRIAGE"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| priority | Enum | Priority applied during event<br>Values:<br>`"CRITICAL", "HIGH", "LOW", "MEDIUM"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |

Expand Down
1 change: 1 addition & 0 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
| :--- | :--- | :--- | :--- | :--- |
| name | Text | Name of container registry | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| proxies | Mapping [String, Text] | Proxy configuration that is passed to Python Requests | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| token_server | Text | Token server name to facilitate anonymous pull access | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down

0 comments on commit 9e2b622

Please sign in to comment.