From 34708a29d9bebd87b3e86b9a82c097e0115bab59 Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Tue, 24 Dec 2024 07:53:36 -0500 Subject: [PATCH] add config file --- .github/workflows/test-pssa.yaml | 1 + Testing/Linting/MegaLinter/.mega-linter-ps.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 Testing/Linting/MegaLinter/.mega-linter-ps.yml diff --git a/.github/workflows/test-pssa.yaml b/.github/workflows/test-pssa.yaml index eadd6b8b51..562b4c54fa 100644 --- a/.github/workflows/test-pssa.yaml +++ b/.github/workflows/test-pssa.yaml @@ -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 }} \ No newline at end of file diff --git a/Testing/Linting/MegaLinter/.mega-linter-ps.yml b/Testing/Linting/MegaLinter/.mega-linter-ps.yml new file mode 100644 index 0000000000..85bb445384 --- /dev/null +++ b/Testing/Linting/MegaLinter/.mega-linter-ps.yml @@ -0,0 +1,6 @@ +# Config file for Mega-Linter +# PSSA + +ENABLE_LINTERS: + - POWERSHELL_POWERSHELL +LOG_LEVEL: INFO \ No newline at end of file