Skip to content

Problem Statement

Task 1

  1. Performing SAST on the application through GitHub Actions and generate the report.
  2. Performing source Code Quality Analysis for linting errors to improve code quality and generate quality report.
  3. Generating Software Bill of Materials of application for all dependencies.
  4. Setting Up the application through AWS.
  5. Setting up GitHub Actions Workflow for DAST.
  6. Setting up GitHub Action Workflows Sequentially.
  7. Setting up GitHub Actions Workflow for the Deployment of the Application.