Skip to content
Snippets Groups Projects
Commit a2e575c1 authored by gbe's avatar gbe
Browse files

Merge branch 'set-sast-config-1' into 'main'

Set .gitlab-ci.yml to enable or configure SAST

See merge request !1
parents 9b447fdc 58bb4ae5
No related branches found
No related tags found
1 merge request!1Set .gitlab-ci.yml to enable or configure SAST
# You can override the included template(s) by including variable overrides
# See https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
image: golang:1.16 image: golang:1.16
test: test:
script: script:
- go test ./... - go test ./...
build: build:
script: script:
- GOOS=freebsd go build -o invinoveritas - GOOS=freebsd go build -o invinoveritas
artifacts: artifacts:
paths: paths:
- invinoveritas - invinoveritas
\ No newline at end of file stages:
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment