Skip to content

Commit

Permalink
chore: security stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kutuzov13 committed May 30, 2024
1 parent c074e52 commit f5738b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions {% if from_ccsteam %}.gitlab-ci.yml{% endif %}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ variables:
stages:
- check
- build
- security
- deploy

default:
Expand Down Expand Up @@ -106,6 +107,15 @@ test:
- poetry run pytest --cov-config=setup.cfg
coverage: '/Total coverage: \d\d\d.\d\d%/'

security:
stage: security
allow_failure: true
trigger:
include:
- project: devsecops/pipelines
file: integration_templates/python.yml


build:
image: docker:latest
stage: build
Expand Down Expand Up @@ -205,3 +215,5 @@ deploy.botsprod:
- echo "Deploing Docker container ${CONTAINER_NAME}"
- *create_db
- *run_bot
needs:
- job: security

0 comments on commit f5738b6

Please sign in to comment.