summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-12-26 07:53:42 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-12-26 07:53:42 +0530
commit08745ca15c342a3866f2c5e16b1f739d2ec07750 (patch)
tree082ff40c6d207cdc31c2928587a6622fe0df0812
parent80129246540f68b500f80a1d749ef11850b797da (diff)
README.md: Adding CI Status BadgeHEADmain
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76b926b..7f81560 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Golang Backend API for FIS (File Integrity Surveillance) Application
+[![Docker Image CI for GHCR](https://github.com/justsaumit/go-fis-api/actions/workflows/publish-ghcr.yml/badge.svg)](https://github.com/justsaumit/go-fis-api/actions/workflows/publish-ghcr.yml)
+[![Go-Releaser](https://github.com/justsaumit/go-fis-api/actions/workflows/go-releaser.yml/badge.svg)](https://github.com/justsaumit/go-fis-api/actions/workflows/go-releaser.yml)
+
Developing a simple Golang backend API with the [Echo framework](https://github.com/labstack/echo) for FIS(File Integrity Surveillance) application which can be found [here](https://github.com/ayato91/Fair-Files).
This API stores IDs and their corresponding hashes in a SQL server and provides functionality to verify if a given hash matches the stored hash for a specific ID. All the communication between the Application and API is secured using TLS encryption(HTTPS).
Thereby providing both confidentiality and integrity service that aligns with the CIA (Confidentiality, Integrity, Availability) triad for data security.