You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Trivy security scanning and SBOM generation
- Add security-scan job with matrix strategy for all 3 images (base-ubuntu, node, python)
- Generate SBOM in CycloneDX format and store as workflow artifacts
- Scan for CRITICAL, HIGH, and MEDIUM vulnerabilities
- Upload SARIF results to GitHub Security tab with separate categories
- Add scheduled weekly scans (Sundays 00:00 UTC) to catch new CVEs
- Add workflow_dispatch for manual triggering
- Add security badges and documentation to README
[](https://github.com/jmcombs/devcontainer/actions/workflows/build-and-publish.yml)
- 📊 **Security Dashboard**: View results in the [Security tab](https://github.com/jmcombs/devcontainer/security/code-scanning)
16
+
6
17
A collection of [Development Container](https://containers.dev/) definitions for creating consistent, reproducible development environments. This repository provides pre-configured `devcontainer` images to streamline setting up development environments in tools like Visual Studio Code, GitHub Codespaces, or other container-based IDEs.
7
18
8
19
## About
@@ -20,10 +31,10 @@ This repository contains a set of **dev container images** which are Docker imag
20
31
21
32
Below is a list of available Dev Container definitions in this repository:
22
33
23
-
| Name | Description | Base Image | Documentation |
0 commit comments