Tag

Secrets Detection

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Mar 25, 2025 · Information Security

Using captainhook/secrets with Composer to Detect and Prevent Sensitive Information Leakage

This article explains how to automatically detect and block accidental commits of sensitive data such as database passwords or API keys in a PHP project by integrating the captainhook/secrets library via Composer, covering installation, predefined suppliers, custom regex, whitelist usage, and the benefits of CI/CD integration.

CI/CDComposerInformation Security
0 likes · 4 min read
Using captainhook/secrets with Composer to Detect and Prevent Sensitive Information Leakage
DevOps Cloud Academy
DevOps Cloud Academy
Apr 21, 2021 · Information Security

Integrating SonarQube Sonar Secrets Plugin into a CI/CD Pipeline for Secure Development

This article explains how to integrate the SonarQube Sonar Secrets plugin into a CI/CD pipeline to provide early security feedback, detect hard‑coded credentials, build and install the plugin, configure SonarQube, and enable secret scanning for Java and JavaScript projects.

CI/CDDevOpsSecrets Detection
0 likes · 4 min read
Integrating SonarQube Sonar Secrets Plugin into a CI/CD Pipeline for Secure Development
DevOps Cloud Academy
DevOps Cloud Academy
Apr 8, 2020 · Information Security

Introducing Sonar Secrets: Detecting Hard‑coded Credentials in CI/CD Pipelines

This article explains how Skyscanner integrated the Sonar Secrets plugin into their CI/CD pipeline to automatically detect hard‑coded secrets such as passwords, API tokens, and AWS credentials, covering setup, build commands, installation steps, and enabling the rules in SonarQube quality profiles.

CI/CDDevOpsSecrets Detection
0 likes · 4 min read
Introducing Sonar Secrets: Detecting Hard‑coded Credentials in CI/CD Pipelines