Skip to content

ci(backend): build and scan docker image - #4

Merged
aadil96 merged 1 commit into
mainfrom
ci/scan-vulnerabilities
Nov 19, 2025
Merged

ci(backend): build and scan docker image#4
aadil96 merged 1 commit into
mainfrom
ci/scan-vulnerabilities

Conversation

@aadil96

@aadil96 aadil96 commented Nov 19, 2025

Copy link
Copy Markdown
Owner

build and scan docker image with in the gha workflow

build and scan docker image with in the gha workflow
@what-the-diff

what-the-diff Bot commented Nov 19, 2025

Copy link
Copy Markdown

PR Summary

  • Improvement of Backend Application Deployment Process
    This update introduces new stages into our automated system (GitHub Actions workflow). One of these stages is dedicated to constructing a Docker image for our backend application. Docker is a tool that helps us package and distribute our application efficiently.

  • Introduction of a Security Feature - Trivy Vulnerability Scanner
    The update also enhances our app's security by integrating Trivy, a scanner that detects potential threats within the Docker image of our backend application. It targets mainly severe ("CRITICAL" and "HIGH" level) vulnerabilities. It importantly also excludes vulnerabilities that do not have a known fix yet, helping us to focus on solvable issues.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
. 99% 0
Summary 99% (136 / 138) 0

@aadil96
aadil96 merged commit 6de7ceb into main Nov 19, 2025
2 checks passed
@aadil96
aadil96 deleted the ci/scan-vulnerabilities branch November 19, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant