diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4420b71b0b..bfca9cd365 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -546,35 +546,3 @@ check_git_repos: - test -d public || mkdir public - cp `git status | grep -Eo 'metadata/.*\.yml'` public/ || true - exit $EXITVALUE - -sast: - stage: report - tags: - - saas-linux-medium-amd64 - needs: - - fdroid build - dependencies: - - fdroid build - variables: - GIT_DEPTH: "1" - - MOBSF_API_KEY: key - SAST_EXPERIMENTAL_FEATURES: "true" - SAST_EXCLUDED_ANALYZERS: - bandit, brakeman, eslint, flawfinder, gosec, kubesec, - nodejs-scan, phpcs-security-audit, pmd-apex, security-code-scan, semgrep, sobelow, - spotbugs - - # Make sure the apk is searched before the manifest, so only apks are scanned - ANALYZER_TARGET_DIR: $CI_PROJECT_DIR/tmp/ - allow_failure: true - after_script: - # GitLab can only display reports at this exact path - - mv $ANALYZER_TARGET_DIR/gl-sast-report.json gl-sast-report.json - -mobsf-ios-sast: - rules: - - when: never - -mobsf-android-sast: - rules: *app_verification_rules