File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ SAST Sandbox Test: # this only runs on the dev branch, so run a Sandbox scan
9191
9292 script :
9393 - zip project.zip
94- setup.* LICENCE .txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
94+ setup.* LICENSE .txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
9595 - pip3 install veracode-python
9696
9797 - veracode-cli scan
@@ -114,7 +114,7 @@ SAST Policy Test: # this is on master so run a SAST policy scan
114114
115115 script :
116116 - zip project.zip
117- setup.* LICENCE .txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
117+ setup.* LICENSE .txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
118118 - pip3 install veracode-python
119119
120120 - veracode-cli scan
@@ -137,7 +137,7 @@ Create Release: # increment version and create release tag
137137 - git checkout master
138138 - export RELEASE=$(git log -1 --pretty='format:%B' | cut -d':' -f1)
139139 - export VERSION=$(python3 setup.py -q version --increment ${RELEASE})
140- - echo "Creating : ${RELEASE} ${VERSION}"
140+ - echo "Creating ${RELEASE} ${VERSION}"
141141
142142 - git add -u
143143 - git commit -m "Release v${VERSION} [skip ci]"
@@ -157,7 +157,7 @@ Mirror to Github: # mirror Github and use API to create release
157157 - *use_gitlab_repo
158158 - git pull origin master
159159 - git checkout master
160- - echo "Packaging version : $(python3 setup.py -d version)"
160+ - echo "Packaging version $(python3 setup.py -q version)"
161161
162162 - *use_github_repo
163163 - git push -u origin master --force
You can’t perform that action at this time.
0 commit comments