glennadjrussell / format-json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scan-results docker action

Takes a JSON input of Snyk scan results and outputs a markdown formatted representation of that JSON.

Inputs

json

Required JSON file conforming to the Sarif schema

Outputs

sarif_json

The formatted markdown

Example usage

uses: qarik-snyk/scan-resuits@v2 with: json: snyk.sarif

About

License:Apache License 2.0


Languages

Language:Shell 73.8%Language:Dockerfile 26.2%