Skip to content

Commit 53e1279

Browse files
committed
PATCH: Code cleanup / pipeline improvements
1 parent aa82533 commit 53e1279

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ SAST Policy Test: # this is on master so run a SAST policy scan
115115
script:
116116
- zip project.zip
117117
setup.* LICENCE.txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
118-
- pip3 install veracode-python
118+
# - pip3 install veracode-python
119+
- pip3 install -e .
119120

120121
- veracode-cli scan
121122
--app="${CI_PROJECT_NAME}"

0 commit comments

Comments
 (0)