Skip to content

Update .mega-linter.yml #18

Update .mega-linter.yml

Update .mega-linter.yml #18

Workflow file for this run

# Purpose: Run one or more secret scanners against the entire repo.
name: Run Secret Scan
on:
push:
workflow_dispatch:
jobs:
MegaLinter:
name: MegaLinter
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check Repo
uses: oxsecurity/megalinter/flavors/security@latest