actions-marketplace-validations/VirusTotal GitHub Action
GitHub Action to upload and scan files with VirusTotal
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vt_api_key | The GitHub token used to create an authenticated client for GitHub API | yes | — |
| files | Newline-delimited list of path globs for asset files to upload for analysis | yes | — |
| vt_monitor | If enabled, files will be uploaded to VirusTotal Monitor endpoint | no | false |
| monitor_path | A path relative to current monitor user root folder to upload files | no | / |
| update_release_body | If enabled, analysis link(s) will be appended to the release body | yes | false |
| github_token | The GitHub token used to create an authenticated client for GitHub API | no | ${{ github.token }} |
| request_rate | API request-rate in requests/minute | yes | 0 |
Outputs
| name | description |
|---|---|
| analysis | Analysis results formatted as asset=analysisURL (comma separated) |