Skip to content

Commit 8c1daea

Browse files
ci: fix pipeline semgrep installation
1 parent 094b1d6 commit 8c1daea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/security-scan.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
41+
with:
42+
python-version: 3.x
4043
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4144
with:
4245
cache: ${{ contains(runner.name, 'Github Actions') }}
@@ -51,6 +54,11 @@ jobs:
5154
path: security-scanner
5255
ref: main
5356

57+
- name: Install Security Scanner Semgrep Plugin Dependency
58+
shell: bash
59+
run: |
60+
python3 -m pip install semgrep
61+
5462
- name: Scan
5563
id: scan
5664
uses: ./security-scanner

0 commit comments

Comments
 (0)