ci: remove MobSF SAST

This commit is contained in:
proletarius101 2024-05-10 07:55:08 +00:00 committed by Licaon_Kter
parent 5005b3ba78
commit 20dbb2a3b6

View file

@ -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