From 40e04ff9ad20742bf79cfc29ee17bde28462e24c Mon Sep 17 00:00:00 2001 From: silas <95582913+silas-x@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:46:00 +0100 Subject: [PATCH] Exclude charting library files --- .github/workflows/ci-codescan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-codescan.yml b/.github/workflows/ci-codescan.yml index 8d8ce6f1..46743f1e 100644 --- a/.github/workflows/ci-codescan.yml +++ b/.github/workflows/ci-codescan.yml @@ -18,6 +18,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - run: semgrep ci + - run: semgrep ci --exlude 'public/charting_library' env: SEMGREP_RULES: p/typescript