Skip to content

joshjohanning/twistlock-results-json-to-markdown-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published