From the course: Building Your First DevSecOps Pipeline in AWS
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Integrating secrets scanning into DevSecOps - Amazon Web Services (AWS) Tutorial
From the course: Building Your First DevSecOps Pipeline in AWS
Integrating secrets scanning into DevSecOps
In a modern development environment, secrets are a necessity. We have to use secrets for API calls or for authentication. Security best practice is to use a secret repository to store those secrets and call it when needed. But sometimes secrets get left in code. We need to scan for the secrets in our DevSecOps pipeline. Secret scanning involves scanning the source code or open source repositories for unintended secrets left in the open. These could include secrets like passwords or access keys. Good secret scanning tools work well in the DevSecOps pipeline. They usually will also work well in the IDE. The sooner a developer fixes the issue, the easier the fix. And developers always like to work in their environment when possible. There are several tools that can be used for scanning. TruffleHog and SecretScanner are third-party options. But CodeGuru combined with Q can also scan for secrets. This is a representation of how secret scanning fits into the CI/CD. Secret scanning tends to…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Security testing code with CodeGuru8m 8s
-
(Locked)
Building vulnerability scanning into the pipeline5m 29s
-
(Locked)
Infrastructure as code scanning in the pipeline8m 5s
-
(Locked)
Integrating secrets scanning into DevSecOps5m 37s
-
(Locked)
Integrating IAST into the pipeline2m 30s
-
(Locked)
Monitoring cloud security posture7m 34s
-
(Locked)
Runtime monitoring8m 37s
-
(Locked)
Managing identities and entitlements8m 15s
-
(Locked)
-
-