https://github.com/hautph/awesome-devsecops
🚀 Curated resources for shifting security left: SAST, DAST, SCA, Container Security, and Compliance as Code for modern DevOps teams.
https://github.com/hautph/awesome-devsecops
List: awesome-devsecops
awesome-list ci-cd cloud-security compliance-as-code dast devsecops infosec sast security
Last synced: 4 months ago
JSON representation
🚀 Curated resources for shifting security left: SAST, DAST, SCA, Container Security, and Compliance as Code for modern DevOps teams.
- Host: GitHub
- URL: https://github.com/hautph/awesome-devsecops
- Owner: hautph
- License: mit
- Created: 2026-02-12T08:22:16.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-02-12T09:21:25.000Z (4 months ago)
- Last Synced: 2026-02-12T17:52:12.272Z (4 months ago)
- Topics: awesome-list, ci-cd, cloud-security, compliance-as-code, dast, devsecops, infosec, sast, security
- Language: TypeScript
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Awesome DevSecOps
[](https://awesome.re)




> A curated list of awesome DevSecOps tools and resources.
A comprehensive guide to DevSecOps practices and implementation, designed to help development teams integrate security at every stage of the software development lifecycle.
## Features
- Modern Next.js 16 application with App Router
- Responsive design with mobile-first approach
- Dark theme optimized for developer experience
- Optimized for deployment to Cloudflare Pages (static export)
- TypeScript with strict mode enabled
- Tailwind CSS for styling
- Proper SEO metadata for social sharing
- Component-based architecture
## Getting Started
First, install the dependencies:
```bash
npm install
```
Then, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Building for Production
To build the application for production:
```bash
npm run build
```
To export as static files (compatible with Cloudflare Pages):
```bash
npm run export
```
## Deployment
This application is configured for deployment to Cloudflare Pages. The `next.config.ts` file includes settings for static export that makes the application compatible with Cloudflare Pages.
## Project Structure
- `/src/app` - Main application routes and layouts
- `/src/components` - Reusable UI components
- `/src/app/globals.css` - Global styles and Tailwind directives
- `next.config.ts` - Next.js configuration for Cloudflare Pages deployment
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## Star History
[](https://www.star-history.com/#hautph/awesome-devsecops&type=date&legend=top-left)