Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add the posibility to create tables in the create_finding action #1520

Open
crileroro opened this issue Aug 6, 2024 · 1 comment

Comments

@crileroro
Copy link

Is your feature request related to a problem?
No

Describe the solution you'd like
Currently I am using the action create_finding. I would like to have a way to create tables in the description. Something around the lines of:

actions:
      - create_finding:
          title: 'Workflow $labels.workflow_name failed'
          aggregation_key: WorkflowFailures
          severity: HIGH
          description: |
             # Following is a pseudocode of a table creation
             | workflow name | namespace | severity|
             ----
             | $labels.workflow_name | $labels.namespace | HIGH | 

Additional context
Would be nice to have this and more features from markdown in order to enrich further the description in my create_finding action

Copy link

github-actions bot commented Aug 6, 2024

Hi 👋, thanks for opening an issue! Please note, it may take some time for us to respond, but we'll get back to you as soon as we can!

  • 💬 Slack Community: Join Robusta team and other contributors on Slack here.
  • 📖 Docs: Find our documentation here.
  • 🎥 YouTube Channel: Watch our videos here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant