Skip to content

Github workflow for trigerring the csm release #212

Github workflow for trigerring the csm release

Github workflow for trigerring the csm release #212

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