mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +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
|
||||
ANALYZER_TARGET_DIR: $CI_PROJECT_DIR/tmp/
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
reports:
|
||||
sast: $ANALYZER_TARGET_DIR/gl-sast-report.json
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue