Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit f75b82d

Browse files
author
Seraphim R.P
committed
Remove SAST from CI [ci skip]
1 parent ea0dde6 commit f75b82d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ variables:
66
POSTGRES_USER: biblebotinternal
77
POSTGES_PASSWORD: dev
88
POSTGRES_HOST_AUTH_METHOD: trust
9-
SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder"
109
DOCKER_IMAGE: $CI_REGISTRY_IMAGE:prod-latest
1110

1211
include:
1312
- template: Container-Scanning.gitlab-ci.yml
1413
- template: Dependency-Scanning.gitlab-ci.yml
15-
- template: Security/SAST.gitlab-ci.yml
1614
- template: Code-Quality.gitlab-ci.yml
1715

1816
stages:

0 commit comments

Comments
 (0)