1010 FLASK_APP : application.py
1111 WERKZEUG_DEBUG_PIN : off
1212 REDIS_ENABLED : 0
13- NODE_VERSION : 16.15.1
13+ NODE_VERSION : 22.3.0
1414 AWS_US_TOLL_FREE_NUMBER : " +18556438890"
1515 ADMIN_BASE_URL : http://localhost:6012
1616
@@ -38,10 +38,10 @@ jobs:
3838 output : report-markdown
3939 annotations : failed-tests
4040 prnumber : ${{ steps.findPr.outputs.number }}
41- - name : Run style checks
42- run : poetry run flake8 .
4341 - name : Check imports alphabetized
4442 run : poetry run isort --check-only ./app ./tests
43+ - name : Run style checks
44+ run : poetry run flake8 .
4545 - name : Check dead code
4646 run : make dead-code
4747 - name : Run js tests
@@ -139,7 +139,7 @@ jobs:
139139 - uses : ./.github/actions/setup-project
140140 - name : Create requirements.txt
141141 run : poetry export --without-hashes --format=requirements.txt > requirements.txt
142- - uses : pypa/gh-action-pip-audit@v1.0.8
142+ - uses : pypa/gh-action-pip-audit@v1.1.0
143143 with :
144144 inputs : requirements.txt
145145 ignore-vulns : |
@@ -165,8 +165,9 @@ jobs:
165165 run : make run-flask &
166166 env :
167167 NOTIFY_ENVIRONMENT : scanning
168+ FEATURE_ABOUT_PAGE_ENABLED : true
168169 - name : Run OWASP Baseline Scan
169- uses : zaproxy/action-baseline@v0.9 .0
170+ uses : zaproxy/action-baseline@v0.14 .0
170171 with :
171172 docker_name : " ghcr.io/zaproxy/zaproxy:weekly"
172173 target : " http://localhost:6012"
0 commit comments