Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Python App w/ DevSecOps Pipeline

A Flask app demonstrating shift-left security: Dockerized, scanned for vulns, and automated via GitHub Actions.

Features

  • Python/Flask backend
  • Secure Docker build (non-root)
  • Automated scans: Bandit (code) + Trivy (containers)

Quick Start

docker build -t secure-app . docker run -p 5000:5000 secure-app

About

python app w/ DevSecOps pipeline, currently a demo.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages