Skip to content

Reusuable release workflow #150

Reusuable release workflow

Reusuable release workflow #150

Workflow file for this run

# This workflow is for scanning this repo for malware
name: malware-scanner
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
malware_security_scan:
runs-on: ubuntu-latest
name: Malware Scanner
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Malware Scanner
uses: ./malware-scanner
with:
directories: .
options: -rf