From 09efbb95737fa051a2cce6e5a62609abc0d27545 Mon Sep 17 00:00:00 2001 From: Aditya-Mane1 Date: Thu, 16 Apr 2026 13:18:01 +0530 Subject: [PATCH 1/2] Security scanning issues --- .github/workflows/trivy.yml | 3 ++- README.md | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 211fdec..8695ecc 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -7,12 +7,13 @@ on: permissions: contents: read - security-events: write jobs: trivy: name: Trivy Scan runs-on: ubuntu-latest + permissions: + security-events: write steps: - name: Checkout diff --git a/README.md b/README.md index d01704d..ad375d1 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ > A comprehensive PostgreSQL REST API framework and Golang backend framework for enterprise-grade applications. This production-ready Postgres API server and open source database API provides high-level abstractions for building scalable REST APIs with advanced query building, schema management, bulk operations, database migrations, and performance optimization. -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Faptlogica%2Fgo-postgres-rest.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Faptlogica%2Fgo-postgres-rest?ref=badge_large) - ## Overview **go-postgres-rest** is a Golang-based REST API service that provides a scalable and secure interface for interacting with PostgreSQL databases. It enables automatic exposure of database tables as REST endpoints, allowing applications to perform CRUD operations through simple HTTP requests. Designed for modern backend architectures, it helps developers rapidly build data-driven applications, internal tools, and low-code platforms while maintaining high performance and full control over database structure. This service simplifies backend development by transforming PostgreSQL into a flexible API layer that integrates seamlessly with web, mobile, and cloud applications.This service is designed to support modern data-driven applications, low-code platforms, and internal tools by simplifying database access through standardized HTTP APIs. It allows developers and teams to quickly build backend functionality while maintaining flexibility, performance, and full control over their data. From 49a98d92983ba952b0850b359c46bfb0a1034509 Mon Sep 17 00:00:00 2001 From: Aditya-Mane1 Date: Thu, 16 Apr 2026 13:46:44 +0530 Subject: [PATCH 2/2] update readme --- README.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ad375d1..f821d4d 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,27 @@ # go-postgres-rest - PostgreSQL REST API Framework for Go

- GitHub Release Go Version + GitHub Release PostgreSQL - MIT License Docker

- - Build Status - - - Coverage - + + CI + + + CodeQL + + - - Quality Gate - - - Security Rating - - Go Module Version - Issues - Stars - PRs Welcome + Quality Gate +Coverage +Security +

+

+ MIT License

> A comprehensive PostgreSQL REST API framework and Golang backend framework for enterprise-grade applications. This production-ready Postgres API server and open source database API provides high-level abstractions for building scalable REST APIs with advanced query building, schema management, bulk operations, database migrations, and performance optimization.