Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend Action attributes with doc_url and author
Browse files Browse the repository at this point in the history
bouddha-fr committed Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 10ea9af commit 0a4b88f
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ definition:
title: Clear Wazuh Rootcheck Results
description: Clears all previous rootcheck scan results from Wazuh agents to reset the status.
display_group: Wazuh
doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.delete_rootcheck
author: bouddha-fr
secrets:
- name: wazuh
keys:
2 changes: 2 additions & 0 deletions registry/tracecat_registry/templates/wazuh/get_auth_token.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ definition:
title: Generate Wazuh API Token
description: Authenticate with the Wazuh API and retrieve a token.
display_group: Wazuh
doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#tag/Security
author: bouddha-fr
secrets:
- name: wazuh_wui
keys:
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ definition:
title: Get Last Wazuh Rootcheck Scan
description: Retrieves the latest rootcheck scan results from Wazuh agents for analysis.
display_group: Wazuh
doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.get_last_scan_agent
author: bouddha-fr
secrets:
- name: wazuh
keys:
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ definition:
title: Get Rootcheck Scan Results
description: Recovers information from a rootcheck scan on an agent
display_group: Wazuh
doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.get_rootcheck_agent
author: bouddha-fr
secrets:
- name: wazuh
keys:
2 changes: 2 additions & 0 deletions registry/tracecat_registry/templates/wazuh/run_rootcheck.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ definition:
title: Run Wazuh Rootcheck Scan
description: Initiates a rootcheck scan on Wazuh agents to identify unauthorized root-level changes.
display_group: Wazuh
doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.put_rootcheck
author: bouddha-fr
secrets:
- name: wazuh
keys:
2 changes: 2 additions & 0 deletions registry/tracecat_registry/templates/wazuh/update_agents.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ definition:
title: Update Outdated Wazuh Agents
description: Identifies outdated Wazuh agents and updates them.
display_group: Wazuh
doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.agent_controller.put_upgrade_agents
author: bouddha-fr
secrets:
- name: wazuh
keys:

0 comments on commit 0a4b88f

Please sign in to comment.