Skip to content

1.0.1

1.0.1 #3

Workflow file for this run

name: Virus scan
on:
release:
types: [published]
jobs:
virus-scan:
runs-on: ubuntu-latest
steps:
- name: Scan release for viruses
uses: Particular/virus-scan-action@main
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
tag: ${{ github.event.release.name }}
github-access-token: ${{ secrets.GITHUB_TOKEN }}
slack-token: ${{ secrets.SLACK_TOKEN }}
slack-channel: ${{ vars.VIRUS_REPORTING_SLACK_CHANNEL }}