From 20b9434f6280713a8fdd44869f1ac79d333a8dc0 Mon Sep 17 00:00:00 2001 From: Sergey Melekhin Date: Fri, 10 Feb 2023 17:10:18 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec.yml b/sec.yml index f260db9..5a3c289 100644 --- a/sec.yml +++ b/sec.yml @@ -20,7 +20,7 @@ jobs: with: go-version: "1.20" - name: Scan for leaks - run: go install github.com/zricethezav/gitleaks/v8@v8.15.3 & /home/runner/go/bin/gitleaks detect -v --source . + run: go install github.com/zricethezav/gitleaks/v8@v8.15.3 && /home/runner/go/bin/gitleaks detect -v --source . semgrep: name: Semgrep scan runs-on: ubuntu-latest