Skip to content

Commit

Permalink
Week 5: demo proposal (#2432)
Browse files Browse the repository at this point in the history
* Demo proposol

* Update README.md
  • Loading branch information
Tian0602 authored Sep 8, 2024
1 parent 7bec27c commit 8d91b99
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contributions/demo/week5/tianning-peiyang/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Assignment Proposal

## Title

Dockerfile Compliance Scanning with Docker Bench and Trivy

## Names and KTH ID

- Tianning Liang ([email protected])
- Peiyang Zheng ([email protected])

## Deadline

- Week 5

## Category

- Demo

## Description

In this demo, we will focus on how Dockerfile compliance scanning can be integrated into an Infrastructure as Code (IaC) workflow to ensure the security and stability of containerized applications. We will use tools such as Docker Bench and Trivy to automatically scan Dockerfiles and Docker images for security vulnerabilities and best practice violations.

The demo will walk through the process of writing a non-compliant Dockerfile, running compliance scans, and fixing the detected issues. We will show how these tools can be integrated into a CI/CD pipeline to ensure that Docker containers, as part of an IaC workflow, are compliant with security and operational standards. By automating the scanning process, we reduce the risk of deploying vulnerable containers in production environments, which is critical for maintaining infrastructure security.

**Relevance**

Docker containers are a key component in modern Infrastructure as Code practices, as they are widely used to package applications and services. Ensuring the compliance and security of Docker containers is an essential step in managing infrastructure at scale. This demo is relevant by demonstrating how to use compliance scanning tools to enforce security standards in containerized environments. By integrating these scans into an IaC pipeline, we can automate compliance checks and improve the reliability and security of infrastructure deployments.

0 comments on commit 8d91b99

Please sign in to comment.