Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1012 Bytes

File metadata and controls

24 lines (16 loc) · 1012 Bytes

DevSecOps Challenge

This GitHub repo contains a REST API which provides information about storage.

It's up to you to :

  • Build, tag & push container to an Azure Container Registry (Based on our Dockerfile)
  • Deploy API on Azure Web App for Containers with Azure Pipelines

Once that's done, we suggest to pick one of these tasks:

  • Automated vulnerability scanning in the deployment pipeline
  • Secure with Azure Application Gateway (WAF)
  • Secure with 42Crunch

Bonus points

Already done? Here are some more tasks as bonus points:

  • Automated vulnerability scanning in the release pipeline (if not done already)
  • Secure with Azure Application Gateway (WAF) (if not done already)
  • Secure with 42Crunch (if not done already)
  • Run our smoke tests in the deployment pipeline after deployment to Azure Web App for Containers
  • Provide alerts for vulnerable images in our container registry