Skip to content
Snippets Groups Projects
Commit bbba9bd6 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'prevent-security-error' into 'main'

Prevent security error

See merge request lofar2.0/lofar-station-client!51
parents 8246762e aad7a078
No related branches found
No related tags found
1 merge request!51Prevent security error
Pipeline #53202 passed
...@@ -64,6 +64,16 @@ sast: ...@@ -64,6 +64,16 @@ sast:
SAST_EXCLUDED_ANALYZERS: brakeman, flawfinder, kubesec, nodejs-scan, phpcs-security-audit, SAST_EXCLUDED_ANALYZERS: brakeman, flawfinder, kubesec, nodejs-scan, phpcs-security-audit,
pmd-apex, security-code-scan, sobelow, spotbugs pmd-apex, security-code-scan, sobelow, spotbugs
stage: test stage: test
before_script:
- python3 --version
dependency_scanning:
before_script:
- uname
secret_detection:
before_script:
- uname
run_unit_tests_py37: run_unit_tests_py37:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment