Workflow: Git Anti Virus Scan added

This commit is contained in:
CHEF-KOCH 2020-06-11 12:13:41 +02:00
parent 02c210111a
commit f0a3f348fc
No known key found for this signature in database
GPG Key ID: 40BB608CE79750B2
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# https://github.com/marketplace/actions/git-anti-virus-scan?version=2
on: [push]
jobs:
gitavscan:
runs-on: ubuntu-latest
name: AV scan
steps:
- uses: actions/checkout@master
- name: Git AV Scan
uses: djdefi/gitavscan@master