Sign inSign up

tabll/secrets

By tabll

•Updated over 5 years ago

密钥扫描,检测项目代码中是否暴露了密钥

Image
2

464

tabll/secrets repository overview

⁠Secrets Scan

用于项目密钥信息扫描的
由于registry.gitlab.com间歇性无法访问,所以复制一份出来

⁠使用方式

在 .gitlab-ci.yml 文件中:

secret_detection:
  stage: security
  image: tabll/secrets:3
  tags:
    - quality
  allow_failure: true
  script:
    - /analyzer run
  artifacts:
    reports:
      secret_detection: gl-secret-detection-report.json

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

Tag summary

Content type

Image

Digest

Size

24.3 MB

Last updated

almost 6 years ago

docker pull tabll/secrets