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 df4b740 commit bf66e81Copy full SHA for bf66e81
1 file changed
.github/workflows/codeql-multiple-repo-scan.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install Python dependencies
54
run: |
55
python3 -m pip install --upgrade pip
56
- pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools
+ pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools GitPython
57
- name: Parse known_good.json and create repos.json
58
id: parse-repos
59
0 commit comments