From 2a6beb273945878b31534431051cddfdd4959598 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 22 Feb 2020 15:08:53 +0200 Subject: [PATCH] workflows: add AntiVirus monitor --- .github/workflows/avm.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/avm.yml diff --git a/.github/workflows/avm.yml b/.github/workflows/avm.yml new file mode 100644 index 00000000..7f63c0ca --- /dev/null +++ b/.github/workflows/avm.yml @@ -0,0 +1,15 @@ +name: avm + +on: + schedule: + - cron: '0 2,8,14,20 * * *' + +jobs: + scan: + runs-on: [windows-latest] + steps: + - uses: billziss-gh/avm@v1 + with: + files: | + https://github.com/billziss-gh/winfsp/releases/download/v1.6/winfsp-1.6.20027.msi + https://github.com/billziss-gh/winfsp/releases/download/v1.7B1/winfsp-1.7.20038.msi