mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
ci: remove MobSF SAST
This commit is contained in:
parent
5005b3ba78
commit
20dbb2a3b6
1 changed files with 0 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue