Skip to content

Commit

Permalink
fix package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
semd committed Jun 19, 2024
1 parent 44d0f1f commit 26ff359
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
format_version: "{{ format_version }}"
name: {{ package_name }}
name: "{{ package_name }}"
title: |
{{ package_title }}
version: {{ package_version }}
description: "{{ package_description }}"
description: |
{{ package_description }}
type: integration
categories:
- security
Expand All @@ -20,12 +21,14 @@ policy_templates:
- name: {{ package_name }}
title: |
{{ package_title }}
description: "{{ package_description}}"
description: |
{{ package_description}}
inputs: {% for input in inputs %}
- type: {{ input.type }}
title: |
{{ input.title }}
description: {{ input.description }} {% endfor %}
description: |
{{ input.description }} {% endfor %}
owner:
github: "{{ package_owner }}"
type: elastic

0 comments on commit 26ff359

Please sign in to comment.