From e866c97bbaccb25c2bc00034fcd454ea6d3e9ad6 Mon Sep 17 00:00:00 2001 From: Rohan Cragg Date: Fri, 14 Jul 2023 09:13:34 +0100 Subject: [PATCH] Added continue-on-error: true --- .github/workflows/analyse-psrule.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/analyse-psrule.yml b/.github/workflows/analyse-psrule.yml index a359887..c07ed07 100644 --- a/.github/workflows/analyse-psrule.yml +++ b/.github/workflows/analyse-psrule.yml @@ -31,5 +31,7 @@ jobs: # Run analysis by using the PSRule GitHub action. - name: Run PSRule analysis uses: microsoft/ps-rule@v2.9.0 + + continue-on-error: true with: modules: PSRule.Rules.Azure