Skip to content

Pipeline SAST, DAST, SCA in GitLab CI\CD and push reports to VM

License

Notifications You must be signed in to change notification settings

Myskiv-Ivan/devsecops-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Appsec pipeline Gitlab CI/CD

Dependency:

  1. DefectDojo
  2. Gitlab

Add in Gitlab Project stage:

include:
  - project: 'ProjectName/appsecscan'
    file: '/.gitlab-ci.yml'
stages:
  - security