Activate Gitlab License Tooling
This commit is contained in:
parent
a9d889232d
commit
89176e4347
|
@ -142,9 +142,4 @@ license_scanning:
|
|||
script:
|
||||
- /opt/ort/bin/ort analyze -i $CI_PROJECT_DIR -o $CI_PROJECT_DIR/ --allow-dynamic-versions
|
||||
- /opt/ort/bin/ort scan -i $CI_PROJECT_DIR/analyzer-result.yml -o $CI_PROJECT_DIR/ || true
|
||||
# - /opt/ort/bin/ort evaluate -i $CI_PROJECT_DIR/scan-result.yml -o $CI_PROJECT_DIR/
|
||||
- /opt/ort/bin/ort report -f StaticHtml -i $CI_PROJECT_DIR/scan-result.yml -o doc/license
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- doc/license
|
||||
- /opt/ort/bin/ort report -f GitLabLicenseModel -i $CI_PROJECT_DIR/scan-result.yml -o $CI_PROJECT_DIR/
|
||||
|
|
Loading…
Reference in a new issue