Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Stop Shipping Secrets in Jenkins: A Look at Secret Guard

DEV Community: jenkins·Wang Donghui·3 days ago
#K9uyMUNj
#dev#secret#jenkins#guard#plugin#pipeline
Reading 0:00
15s threshold

Stop Shipping Secrets in Jenkins: A Look at Secret Guard If you’ve run Jenkins for long enough, you’ve probably seen this happen: a token hardcoded in a Jenkinsfile a password hidden in a job config an API key passed through a command line a webhook URL with sensitive data baked into it None of this usually starts as a security incident. It starts as a shortcut. That’s why I wanted to highlight jenkinsci/secret-guard-plugin , a Jenkins plugin focused on detecting hardcoded secret leakage risks in jobs and Pipeline definitions. What Secret Guard is trying to solve Jenkins has a long memory. Job configuration, Pipeline definitions, and build settings can all become places where secrets accidentally persist.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More