actions-marketplace-validations/ISCAN Github Action

Run ISCAN scan against IaC projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 10, 2021
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/sltestinfra_iscan-github-action@d3df3d1695ec23f080a4eb10af164ad3172aabcf # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathpaths to a file or directories to scan, accepts a comma separated listyes
ignore_on_exitdefines which non-zero exit codes should be ignored (all, results, errors, none)no
fail_oncomma separated list of which severities returns exit code !=0no
timeoutnumber of seconds the query has to execute before being canceledno
profilingturns on profiler that prints resource consumption in the logs during the execution (CPU, MEM)no
config_pathpath to configuration fileno
platform_typecase insensitive list of platform types to scanno
exclude_pathsexclude paths from scan, supports glob, quoted comma separated string example: './shouldNotScan/*,somefile.txt'no
exclude_queriesexclude queries by providing the query IDno
exclude_categoriesexclude categories by providing its name, can be provided multiple times or as a comma separated stringno
exclude_resultsexclude results by providing the similarity ID of a resultno
output_formatsformats in which the results report will be exported (json, sarif)no
output_pathfile path to store results report (json, sarif)no
payload_pathfile path to store source internal representation in JSON formatno
queriespath to directory with queries (default "./assets/queries")no
verboseverbose scan
namedescription
resultsthe result of ISCAN scan