From 92e92a35ac44a40629b4a2aef38b0ff0e3b83c73 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 14:01:07 +0200 Subject: [PATCH 1/3] Upload and scan files with VirusTotal action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..fd7c0be 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Upload and scan files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From 305f62028c6d1485354d67d6aa5d3fdd04b7d630 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:02:59 +0200 Subject: [PATCH 2/3] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7c0be..7dc5953 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Upload and scan files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From 2a048a8369e4c4384a6f9a6a3dc92a85a0e25312 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:17:09 +0200 Subject: [PATCH 3/3] Move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2958f..f127907 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) - [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. - [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. - [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments