Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 24, 2024
1 parent e9af9f4 commit 34708a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-pssa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cp Testing/Linting/MegaLinter/.mega-linter-ps.yml .mega-linter.yml
- uses: oxsecurity/megalinter@v8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions Testing/Linting/MegaLinter/.mega-linter-ps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Config file for Mega-Linter
# PSSA

ENABLE_LINTERS:
- POWERSHELL_POWERSHELL
LOG_LEVEL: INFO

0 comments on commit 34708a2

Please sign in to comment.