[feat] Add SAST CI
This commit is contained in:
parent
b6f2ea4ccd
commit
1029bdced7
1 changed files with 3 additions and 0 deletions
|
@ -44,3 +44,6 @@ release:
|
||||||
- poetry install
|
- poetry install
|
||||||
- source `poetry env info --path`/bin/activate
|
- source `poetry env info --path`/bin/activate
|
||||||
- poetry publish --build -r ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi -u gitlab-ci-token -p ${CI_JOB_TOKEN}
|
- poetry publish --build -r ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi -u gitlab-ci-token -p ${CI_JOB_TOKEN}
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Jobs/SAST.gitlab-ci.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue