Skip to content

Twistlock/Prisma Scan Results JSON to Markdown

Actions
An action to convert Twistlock/Prisma scan results from JSON to Markdown
v1.0.2
Latest
Star (0)

twistlock-results-json-to-markdown-action

An action to convert Twistlock/Prisma scan results from JSON to Markdown

Usage

steps:
  - run: twistcli scan <params> --output-file scan-results.json
  - name: convert-twistlock-json-results-to-markdown
    id: convert-twistlock-results
    uses: joshjohanning/twistlock-results-json-to-markdown-action@v1
    with:
      results-json-path: scanresults.json
  - name: write to job summary
    run: |
      cat ${{ steps.convert-twistlock-results.outputs.summary-table }} >> $GITHUB_STEP_SUMMARY
      cat ${{ steps.convert-twistlock-results.outputs.vulnerability-table }} >> $GITHUB_STEP_SUMMARY

Example

Twistlock JSON to Markdown Job Summary Example

Twistlock/Prisma Scan Results JSON to Markdown is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

An action to convert Twistlock/Prisma scan results from JSON to Markdown
v1.0.2
Latest

Twistlock/Prisma Scan Results JSON to Markdown is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.