livehybrid/Generate Splunk Appinspect Results Table
Generates a Markdown table from a Splunk Appinspect CLI JSON file and writes it to GitHub output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 25, 2024
- License
- GPL 3.0
Pinned Snippet
uses: livehybrid/generate-appinspect-markdown-action@97d058408557690b3d175726972331cebc2b5ca9 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| json_file | The path to the JSON file containing the results. | yes | — |
| tag | The tag (used in result file naming). | yes | — |
| github_token | GitHub Token for authentication. | yes | — |
| include_not_applicable | Include 'not_applicable' category in the output (true/false). | no | true |
| message_trim | The number of chars to limit each message cell to in order to reduce risk of going over actions document size (Default: 1000) | no | 500 |
Outputs
no outputs