🔄 Synced local '.github/workflows/semgrep.yml' with remote 'semgrep/semgrep.yml'
This commit is contained in:
10
.github/workflows/semgrep.yml
vendored
10
.github/workflows/semgrep.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user