diff --git a/.github/workflows/antivirus.yml b/.github/workflows/antivirus.yml new file mode 100644 index 0000000..25b1d9b --- /dev/null +++ b/.github/workflows/antivirus.yml @@ -0,0 +1,14 @@ +on: + pull_request: + types: [assigned, opened, synchronize, reopened, closed] + +jobs: + gitavscan: + runs-on: ubuntu-latest + name: AV scan + steps: + - uses: actions/checkout@v3 + - name: Git AV Scan + uses: djdefi/gitavscan@main + with: + full: '--full'