File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
- name : checkout
15
15
uses : actions/checkout@v4
16
16
17
- - name : Set up Python 3.12
18
- uses : actions/setup-python@v5
17
+ - name : Set up Python 3.11 # update to 3.12 once Prospector includes Pylint v3.x
18
+ uses : actions/setup-python@v5 # update to 3.12 once Prospector includes Pylint v3.x
19
19
with :
20
- python-version : " 3.12 "
20
+ python-version : " 3.11 "
21
21
22
22
- name : Display Python version
23
23
run : python -c "import sys; print(sys.version)"
32
32
33
33
- name : Prospector
34
34
run : |
35
- prospector tests
36
-
37
- # don't use pylint until prospector supports pylint 3.x, required for Python 3.12
38
- prospector modules/terraform-aws-ca-lambda --without-tool pylint
35
+ prospector
39
36
40
37
- name : prepare reports dir
41
38
run : mkdir --parents ${{runner.temp}}/reports_sast_python/
You can’t perform that action at this time.
0 commit comments