Skip to content
Snippets Groups Projects
Commit dec607f5 authored by wep23441's avatar wep23441
Browse files

added back the .semgrepignore

parent e24857e5
No related branches found
No related tags found
No related merge requests found
# Common large paths
node_modules/
build/
dist/
vendor/
.env/
.venv/
.tox/
*.min.js
.npm/
.yarn/
# in our case
./case-5-docs/docs/_build/*
./case-5-docs/docs/source/_static/*
test_*
# Common test paths
test/
tests/
testsuite/
*_test.go
......@@ -7,8 +7,6 @@ variables:
sast:
stage: code_quality
variables:
SAST_EXCLUDED_PATHS: "./case-5-docs/docs/_build/* ./case-5-docs/docs/source/_static/* "
artifacts:
paths:
- $SAST_REPORT_FILE
......
......@@ -3,13 +3,10 @@ include:
variables:
SECRET_DETECTION_REPORT_FILE: "gl-secret-detection-report.json"
# ALLOWLIST_FILE: "allowlist.yml"
# SECURE_LOG_LEVEL: "debug"
secret_detection:
stage: code_quality
# script:
# - secret-detect --allowlist $ALLOWLIST_FILE
artifacts:
paths:
- $SECRET_DETECTION_REPORT_FILE
......
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