Files
codeql-action/.github/check-sarif/action.yml
Andrew Eisenberg c7785f6b91 Fix input to action
2022-06-16 18:34:04 -07:00

21 lines
517 B
YAML

name: Check SARIF
description: Checks a SARIF file to see if certain queries were run and others were not run.
inputs:
sarif-file:
required: true
description: The SARIF file to check
queries-run:
required: true
description: |
Comma separated list of query ids that should be included in this SARIF file.
queries-not-run:
required: true
description: |
Comma separated list of query ids that should NOT be included in this SARIF file.
runs:
using: node12
main: index.js