用于项目中许可证扫描的
由于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
Content type
Image
Digest
Size
1.2 GB
Last updated
almost 6 years ago
docker pull tabll/license-finder