> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools Explored in this course

> This course explores essential security tools for hardening CI/CD pipelines in a DevSecOps context.

In this DevSecOps–focused course, you’ll discover essential security tools and technologies that harden your CI/CD pipeline. This lesson provides a high-level introduction to each tool, covering:

* What the tool does
* Why it matters in a secure CI/CD workflow
* How it integrates into your overall DevSecOps process

## Course Structure

We’ll explore each category over four detailed sections:

1. Static Code Analysis
2. Dependency & Package Management
3. Container & Infrastructure Scanning
4. Runtime Protection & Secrets Management

## Running Example: Spring Boot Application

All demonstrations use a [Spring Boot](https://spring.io/projects/spring-boot) application. While some tools are Spring Boot–specific, the concepts and workflows apply broadly across other ecosystems.

## Ecosystem-Specific Recommendations

Many of the security tools we cover support multiple languages and frameworks. Here are links to the official sites for alternative ecosystems:

| Ecosystem | Official Site                                                |
| --------- | ------------------------------------------------------------ |
| Node.js   | [https://nodejs.org](https://nodejs.org)                     |
| Ruby      | [https://www.ruby-lang.org](https://www.ruby-lang.org)       |
| Python    | [https://www.python.org](https://www.python.org)             |
| .NET      | [https://dotnet.microsoft.com](https://dotnet.microsoft.com) |

## Continuous Updates & Feedback

We continuously update this course with new security tools and best practices. For the latest tool list, check the upcoming lessons or the course changelog.

<Callout icon="lightbulb" color="#1CB2FE">
  If there’s a specific tool you’d like us to cover, leave a comment below. We value your input and will add popular requests to future updates.
</Callout>

Thank you for joining this DevSecOps journey!

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/devsecops-kubernetes-devops-security/module/1cf25997-ddee-4b54-99f0-913974b58f7c/lesson/6b2e1ed8-7e1c-47fd-a069-3831d98476c0" />
</CardGroup>
