From ceb09bd2a62ceea75aee81bf56c94e5e6fa16272 Mon Sep 17 00:00:00 2001 From: Santi Manero Date: Wed, 27 Nov 2024 13:40:33 +0100 Subject: [PATCH] [BLAZ-886] Fixed pipe --- .github/workflows/semgrep.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 69517a04..21a54e1c 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -17,15 +17,7 @@ jobs: - uses: actions/checkout@v3 - id: semgrep - run: |- - semgrep ci - --config=p/owasp-top-ten - --config=p/cwe-top-25 - --config=p/gitleaks - --config .semgrep/rules/detected-aws-account-id-in-arn.yaml - --config r/generic.secrets.security.detected-aws-account-id.detected-aws-account-id - --config r/generic.secrets.security.detected-aws-secret-access-key.detected-aws-secret-access-key - -q --skip-unknown-extensions --suppress-errors + run: semgrep ci --config=p/owasp-top-ten --config=p/cwe-top-25 --config=p/gitleaks --config .semgrep/rules/detected-aws-account-id-in-arn.yaml --config r/generic.secrets.security.detected-aws-account-id.detected-aws-account-id --config r/generic.secrets.security.detected-aws-secret-access-key.detected-aws-secret-access-key -q --skip-unknown-extensions --suppress-errors continue-on-error: true - name: Get branch name (pull request)