actions-marketplace-validations/Scan Virus
Scan virus in the GitHub Action workspace.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targets | {string[]} Targets. | no | ./ |
| git_deep | {boolean} Scan deeper for Git repository. | no | false |
| git_reversesession | {boolean} Reverse Git session. | no | false |
| clamav_enable | {boolean} Use ClamAV. | no | true |
| clamav_daemon | {boolean} Use ClamAV daemon. | no | true |
| clamav_filesfilter_list | {string[]} ClamAV files filter list. | no | "" |
| clamav_filesfilter_mode | {string} ClamAV files filter mode. | no | exclude |
| clamav_multiscan | {boolean} Use ClamAV multiscan mode. | no | true |
| clamav_reloadpersession | {boolean} Reload ClamAV per session. | no | false |
| clamav_signaturesignore_custom | {string[]} Ignore individual ClamAV signatures. | no | "" |
| clamav_signaturesignore_presets | {string[]} Ignore ClamAV signatures by presets list. | no | "" |
| clamav_subcursive | {boolean} Scan directories subcursively. | no | true |
| clamav_unofficialsignatures | {string[]} ClamAV unofficial signatures. | no | "" |
| yara_enable | {boolean} Use YARA. | no | false |
| yara_filesfilter_list | {string[]} YARA files filter list. | no | "" |
| yara_filesfilter_mode | {string} YARA files filter mode. | no | exclude |
| yara_rulesfilter_list | {string[]} YARA rules filter list. | no | "" |
| yara_rulesfilter_mode | {string} YARA rules filter mode. | no | exclude |
| yara_toolwarning | {boolean} Enable YARA tool warning. | no | false |
Outputs
no outputs