khulnasoft/Aqua Security Tunnel
Scans container images for vulnerabilities with Tunnel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2023
- License
- Apache 2.0
Pinned Snippet
uses: khulnasoft/tunnel-action@89146cdae284558c887ec6e847ae900b8fb91987 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-type | Scan type to use for scanning vulnerability | no | image |
| image-ref | image reference(for backward compatibility) | no | — |
| input | reference of tar file to scan | no | "" |
| scan-ref | Scan reference | no | . |
| exit-code | exit code when vulnerabilities were found | no | — |
| ignore-unfixed | ignore unfixed vulnerabilities | no | false |
| vuln-type | comma-separated list of vulnerability types (os,library) | no | os,library |
| severity | severities of vulnerabilities to be displayed | no | UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL |
| format | output format (table, json, template) | no | table |
| template | use an existing template for rendering output (@/contrib/gitlab.tpl, @/contrib/junit.tpl, @/contrib/html.tpl) | no | "" |
| output | writes results to a file with the specified file name | no | "" |
| skip-dirs | comma separated list of directories where traversal is skipped | no | "" |
| skip-files | comma separated list of files to be skipped | no | "" |
| cache-dir | specify where the cache is stored | no | "" |
| timeout | timeout (default 5m0s) | no | "" |
| ignore-policy | filter vulnerabilities with OPA rego language | no | "" |
| hide-progress | hide progress output | no | — |
| list-all-pkgs | output all packages regardless of vulnerability | no | false |
| scanners | comma-separated list of what security issues to detect | no | "" |
| tunnelignores | comma-separated list of relative paths in repository to one or more .tunnelignore files | no | "" |
| artifact-type | input artifact type (image, fs, repo, archive) for SBOM generation | no | — |
| github-pat | GitHub Personal Access Token (PAT) for submitting SBOM to GitHub Dependency Snapshot API | no | — |
| tunnel-config | path to tunnel.yaml config | no | — |
| limit-severities-for-sarif | limit severities for SARIF format | no | — |
Outputs
no outputs