chore: Disable license scanning for now
This commit is contained in:
parent
5381c3935c
commit
9f4257c5fd
|
@ -133,14 +133,14 @@ pages:
|
||||||
# Adds license-scanning job. Because Gitlab does not support pub.dev
|
# Adds license-scanning job. Because Gitlab does not support pub.dev
|
||||||
# we added https://github.com/oss-review-toolkit/ort
|
# we added https://github.com/oss-review-toolkit/ort
|
||||||
|
|
||||||
include:
|
#include:
|
||||||
- template: Security/License-Scanning.gitlab-ci.yml
|
# - template: Security/License-Scanning.gitlab-ci.yml
|
||||||
|
|
||||||
license_scanning:
|
#license_scanning:
|
||||||
stage: coverage
|
# stage: coverage
|
||||||
image:
|
# image:
|
||||||
name: "registry.gitlab.com/gitlab-org/security-products/analyzers/ort/ort:latest"
|
# name: "registry.gitlab.com/gitlab-org/security-products/analyzers/ort/ort:latest"
|
||||||
script:
|
# script:
|
||||||
- /opt/ort/bin/ort analyze -i $CI_PROJECT_DIR -o $CI_PROJECT_DIR/ --allow-dynamic-versions
|
# - /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 scan -i $CI_PROJECT_DIR/analyzer-result.yml -o $CI_PROJECT_DIR/ || true
|
||||||
- /opt/ort/bin/ort report -f GitLabLicenseModel -i $CI_PROJECT_DIR/scan-result.yml -o $CI_PROJECT_DIR/
|
# - /opt/ort/bin/ort report -f GitLabLicenseModel -i $CI_PROJECT_DIR/scan-result.yml -o $CI_PROJECT_DIR/
|
||||||
|
|
Loading…
Reference in a new issue