We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094b1d6 commit 8c1daeaCopy full SHA for 8c1daea
.github/workflows/security-scan.yml
@@ -37,6 +37,9 @@ jobs:
37
38
steps:
39
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
41
+ with:
42
+ python-version: 3.x
43
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
44
with:
45
cache: ${{ contains(runner.name, 'Github Actions') }}
@@ -51,6 +54,11 @@ jobs:
51
54
path: security-scanner
52
55
ref: main
53
56
57
+ - name: Install Security Scanner Semgrep Plugin Dependency
58
+ shell: bash
59
+ run: |
60
+ python3 -m pip install semgrep
61
+
62
- name: Scan
63
id: scan
64
uses: ./security-scanner
0 commit comments