From 489480d940f53f5dab962c432387b0a488f1e762 Mon Sep 17 00:00:00 2001 From: Akos Balla Date: Fri, 27 Oct 2023 20:06:15 +0200 Subject: [PATCH] exclude some devskim alerts --- .github/workflows/devskim.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/devskim.yml b/.github/workflows/devskim.yml index a7477ad..dbaae64 100644 --- a/.github/workflows/devskim.yml +++ b/.github/workflows/devskim.yml @@ -27,6 +27,8 @@ jobs: - name: Run DevSkim scanner uses: microsoft/DevSkim-Action@v1 + with: + exclude-rules: DS126858,DS137138,DS162092,DS169125,DS169126 - name: Upload DevSkim scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2