From 0b9a92ff51dc323a7414406d21a6b41e083b3ccc Mon Sep 17 00:00:00 2001 From: Diogo Pimenta Date: Thu, 25 Aug 2022 16:28:38 +0100 Subject: [PATCH] disable AST scan as the project is imported so it will already scan --- .github/workflows/ast-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ast-scan.yml b/.github/workflows/ast-scan.yml index 40d32c23..ff41ed5b 100644 --- a/.github/workflows/ast-scan.yml +++ b/.github/workflows/ast-scan.yml @@ -1,6 +1,6 @@ name: Checkmarx AST Scan -on: [ pull_request, workflow_dispatch ] +on: [ workflow_dispatch ] jobs: cx-scan: