Skip to content

set severity to info #5

set severity to info

set severity to info #5

Workflow file for this run

name: Test PSSA
on:
push:
permissions: read-all
jobs:
pssa:
name: Run PSSA
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cp Testing/Linting/MegaLinter/.mega-linter-ps.yml .mega-linter.yml
- run: cp Testing/Linting/PSSA/.powershell-psscriptanalyzer.psd1 .powershell-psscriptanalyzer.psd1
- uses: oxsecurity/megalinter@v8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}