mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
fix sast report detection in UI
This commit is contained in:
parent
e4b66aa6c8
commit
2dfe0e8ef8
1 changed files with 3 additions and 3 deletions
|
|
@ -407,9 +407,9 @@ sast:
|
||||||
# Make sure the apk is searched before the manifest, so only apks are scanned
|
# Make sure the apk is searched before the manifest, so only apks are scanned
|
||||||
ANALYZER_TARGET_DIR: $CI_PROJECT_DIR/tmp/
|
ANALYZER_TARGET_DIR: $CI_PROJECT_DIR/tmp/
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
artifacts:
|
after_script:
|
||||||
reports:
|
# GitLab can only display reports at this exact path
|
||||||
sast: $ANALYZER_TARGET_DIR/gl-sast-report.json
|
- mv $ANALYZER_TARGET_DIR/gl-sast-report.json gl-sast-report.json
|
||||||
|
|
||||||
mobsf-ios-sast:
|
mobsf-ios-sast:
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue