An open API service indexing awesome lists of open source software.

https://github.com/crazy4pi314/devcontainer-security-templates

A collection of development container templates to help develop more secure code
https://github.com/crazy4pi314/devcontainer-security-templates

devcontainer devcontainer-template devcontainers sdlc-tools security security-tools

Last synced: 2 months ago
JSON representation

A collection of development container templates to help develop more secure code

Awesome Lists containing this project

README

        

# Secure Development with Dev Containers

This repo provides some examples of Dev Containers configured with best pratice security tools and workflows to make developing secure code easier.

> If there is a tech stack or feature you think would be helpful to have, please [file an issue](https://github.com/crazy4pi314/devcontainer-security-templates/issues) or [make a Dev Container template of your own](https://github.com/devcontainers/template-starter)!

## Contents

### [Python Security Tools](./src/python-security-template/)

```json
{"image": "ghcr.io/crazy4pi314/devcontainer-security-templates/python-security-template:latest"}
```

### [TODO: .NET Security Tools]()

### [TODO: Rust Security Tools]()

_The templates in this repository follows the [Dev Container Template distribution specification](https://containers.dev/implementors/templates-distribution/)._