Update .mega-linter.yml #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |