diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d0a3c..18f500a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.18.1 - 2024-12-03 + +### Add + +- Add a configuration part for action documentation + ### Fixed - Fix checkpoint for timestamps diff --git a/pyproject.toml b/pyproject.toml index 80a73bf..0cc2591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sekoia-automation-sdk" -version = "1.18.0" +version = "1.18.1" description = "SDK to create Sekoia.io playbook modules" license = "MIT" readme = "README.md" diff --git a/sekoia_automation/scripts/documentation/templates/module.md b/sekoia_automation/scripts/documentation/templates/module.md index 7d46a04..cec97d4 100644 --- a/sekoia_automation/scripts/documentation/templates/module.md +++ b/sekoia_automation/scripts/documentation/templates/module.md @@ -69,6 +69,14 @@ This module accepts no configuration. {{action.description}} +{%- if action.arguments.description %} + +**Configuration** + +{{action.arguments.description}} + +{%- endif -%} + {%- if action.arguments.properties %} **Arguments**