Skip to content

[new] inspect_virus: use parallel collector to run clamav on all CPUs #2

[new] inspect_virus: use parallel collector to run clamav on all CPUs

[new] inspect_virus: use parallel collector to run clamav on all CPUs #2

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# https://github.com/redhat-plumbers-in-action/differential-shellcheck#readme
- uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}