From e5a18044bfe1c99bf084108f9b10e0d7766d506c Mon Sep 17 00:00:00 2001 From: security-bot Date: Tue, 13 Dec 2022 08:50:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/workfl?= =?UTF-8?q?ows/semgrep.yml'=20with=20remote=20'semgrep/semgrep.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/semgrep.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 23e878d..74e0c7a 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -23,10 +23,16 @@ jobs: - name: Clean workspace uses: navi-infra/clean-workspace@master - # Fetch project source + # Fetch Project Source - uses: actions/checkout@v3 + name: Checkout Source Repository + + # Fetch Semgrep Rules - name: Fetching Semgrep Rules - run: /usr/bin/git clone https://${{ secrets.SEMGREP_PAT }}@github.cmd.navi-tech.in/Information-Security/semgrep-rules.git + uses: actions/checkout@v3 + with: + repository: Information-Security/semgrep-rules + path: semgrep-rules - name: Semgrep Scan run: |