From 4f31c206eadc0a6f7b825d90d0cc56fe45e05916 Mon Sep 17 00:00:00 2001 From: Brahim Hadriche Date: Sat, 21 Sep 2024 23:14:53 -0400 Subject: [PATCH] static analysis on ci tweak --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67639a60..4798cade 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,11 +54,7 @@ jobs: unzip sca-cmd.zip - name: Run Analysis on Playlet Lib - # Note: we don't set the exit code to on error, because sca treats the lib - # as a standalone app, and logs all sorts of errors that are not relevant to - # a Component Library. - # This run is simply to check if there's any interesting output comes up. - run: ./sca-cmd/bin/sca-cmd ./release/playlet-lib.zip + run: ./sca-cmd/bin/sca-cmd ./release/playlet-lib.zip --exit error - name: Run Analysis on Playlet App run: ./sca-cmd/bin/sca-cmd ./release/playlet.zip --exit error