phorus-group/Vulnerability Analysis Action

Action that scans for vulnerabilities using Trivy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 28, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: phorus-group/vulnerability-analysis-action@b7b16d693e7eb50fb9b97fd7cd6ba109ffd740ab # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
scan-typeScan type to use for scanning vulnerabilitynofs
inputReference of tar file to scanno""
scan-refScan referenceno.
severitySeverities of vulnerabilities to be displayednoUNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
skip-dirsComma separated list of directories where traversal is skippedno""
scannersComma-separated list of what security issues to detect (vuln,secret,misconfig,license)novuln,secret
ignoresComma-separated list of relative paths in the repository to one or more .trivyignore filesno""
trivy-configPath to trivy.yaml configno
tf-varsPath to terraform tfvars fileno
upload-sarifUpload the sarif file to the GitHub Security tab. Disable if you don't have GitHub Advanced Securitynotrue

no outputs