Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/CopilotHackathon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sam-cogan/CopilotHackathon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 19 files changed
  • 1 contributor

Commits on Apr 13, 2026

  1. Add Docker Compose Lab Challenge with Flask TODO API and PostgreSQL

    - Implemented a sample Flask application for a TODO API that interacts with a PostgreSQL database.
    - Added requirements.txt for necessary dependencies including Flask and psycopg2.
    - Created a placeholder for solution documentation.
    - Introduced a new challenge for Infrastructure as Code (IaC) focusing on a multi-tier environment with detailed requirements and architecture.
    - Added requirements.json for the IaC challenge specifying networking and tier configurations.
    - Created placeholders for IaC solution documentation.
    - Developed Dockerfiles for an inventory scanner challenge with three types of servers (web, app, db) and a compliance baseline.
    - Implemented a README for the inventory scanner challenge detailing requirements and hints.
    - Added a compliance baseline JSON for the inventory scanner challenge defining expected states for each server role.
    - Created a Docker Compose file to orchestrate the inventory scanner's server fleet.
    - Developed a security hardening toolkit with a deliberately vulnerable Docker container and a baseline for security checks.
    - Added a README for the security hardening challenge outlining requirements and audit checks.
    - Created a baseline JSON for security checks based on CIS Docker Benchmark and Linux hardening best practices.
    sam-cogan committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    ab3bf86 View commit details
    Browse the repository at this point in the history
Loading