You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Prints out vulnerabilities from Snyk reports'
inputs:
report-file:
description: "The report's file path"
required: true
default: "test.json"
timestamp:
description: "The timestamp of the Snyk run. All Snyk runs with the same timestamp will be treated as a single search i.e. only vulnerabilities not detected across all runs with the same timestamp will be removed."
required: false
default: ${{ github.run_id }}
category:
description: "Optional 'Snyk-category' label added to the Issue."