🔄 Synced local '.github/workflows/semgrep.yml' with remote 'semgrep/semgrep.yml'

This commit is contained in:
security-bot
2022-12-13 08:50:37 +00:00
parent 53e19837e3
commit e5a18044bf

View File

@@ -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: |