Sign inSign up

tabll/license-finder

By tabll

•Updated over 5 years ago

用于开源项目许可证合规扫描的 CI 镜像

Image
1

850

tabll/license-finder repository overview

⁠License Finder

用于项目中许可证扫描的
由于registry.gitlab.com间歇性无法访问,所以复制一份出来
使用方式,在 .gitlab-ci.yml 文件中:

license_scan:
  stage: security
  image: tabll/license-finder:3
  tags:
    - quality
  allow_failure: true
  script:
    - /run.sh analyze .
  artifacts:
    reports:
      license_scanning: gl-license-scanning-report.json

源:registry.gitlab.com/gitlab-org/security-products/analyzers/license-finder:3

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

almost 6 years ago

docker pull tabll/license-finder