Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f9a84295 authored by Jason Kridner's avatar Jason Kridner
Browse files

Merge branch 'set-sast-config-1' of git.beagleboard.org:docs/docs.beagleboard.io

parents 192e64ad 7bab9c44
Branches
Tags
1 merge request!2Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist
Pipeline #899 failed
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
image: beagle/sphinx-build-env:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- deploy
- deploy
- build
- test
- review
- dast
- staging
- production
- performance
- cleanup
cache:
key: bbdocs
paths:
- public
- public
pages:
stage: deploy
script:
- ./gitlab-build.sh
- "./gitlab-build.sh"
artifacts:
paths:
- public
- public
sast:
stage: test
include:
- template: Auto-DevOps.gitlab-ci.yml
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment