From 876d43db46c99aa565b4045735f0b123a9690030 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Fri, 29 Sep 2023 20:53:28 +0300 Subject: [PATCH] bugfix --- .github/workflows/go-semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-semgrep.yml b/.github/workflows/go-semgrep.yml index edfe24c..1abf315 100644 --- a/.github/workflows/go-semgrep.yml +++ b/.github/workflows/go-semgrep.yml @@ -12,4 +12,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Run semgrep" - run: semgrep ci --config=p/golang -f /semgrep-go + run: semgrep scan --error --config=p/golang -f /semgrep-go