Skip to content

Commit ceea3f5

Browse files
Merge pull request #38 from aptlogica/Security-scanning-issues
Security scanning issues
2 parents e05b17d + 49a98d9 commit ceea3f5

2 files changed

Lines changed: 16 additions & 21 deletions

File tree

.github/workflows/trivy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77

88
permissions:
99
contents: read
10-
security-events: write
1110

1211
jobs:
1312
trivy:
1413
name: Trivy Scan
1514
runs-on: ubuntu-latest
15+
permissions:
16+
security-events: write
1617

1718
steps:
1819
- name: Checkout

README.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,32 @@
11
# go-postgres-rest - PostgreSQL REST API Framework for Go
22

33
<p align="center">
4-
<img src="https://img.shields.io/github/v/release/aptlogica/go-postgres-rest?style=for-the-badge&logo=github" alt="GitHub Release">
54
<img src="https://img.shields.io/badge/Go-1.26.2+-00ADD8?style=for-the-badge&logo=go&logoColor=white" alt="Go Version">
5+
<img src="https://img.shields.io/github/v/release/aptlogica/go-postgres-rest?style=for-the-badge&logo=github" alt="GitHub Release">
66
<img src="https://img.shields.io/badge/PostgreSQL-12+-4169E1?style=for-the-badge&logo=postgresql&logoColor=white" alt="PostgreSQL">
7-
<img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge" alt="MIT License">
87
<img src="https://img.shields.io/badge/Docker-Ready-2496ED?style=for-the-badge&logo=docker&logoColor=white" alt="Docker">
98
</p>
109

1110
<p align="center">
12-
<a href="https://github.com/aptlogica/go-postgres-rest/actions/workflows/ci.yml">
13-
<img src="https://img.shields.io/github/actions/workflow/status/aptlogica/go-postgres-rest/ci.yml?branch=main&style=flat-square&logo=github-actions" alt="Build Status">
14-
</a>
15-
<a href="https://sonar.aptlogica.com/dashboard?id=aptlogica_go-postgres-rest_3356bc40-4059-4939-8cce-5e86bba44a39">
16-
<img src="https://sonar.aptlogica.com/api/project_badges/measure?project=aptlogica_go-postgres-rest_3356bc40-4059-4939-8cce-5e86bba44a39&metric=coverage&token=sqb_152d71a0f9a3621514372a3e4c87460e3059bbc2" alt="Coverage">
17-
</a>
11+
<a href="https://github.com/aptlogica/go-postgres-rest/actions/workflows/ci.yml">
12+
<img src="https://github.com/aptlogica/go-postgres-rest/actions/workflows/ci.yml/badge.svg" alt="CI">
13+
</a>
14+
<a href="https://github.com/aptlogica/go-postgres-rest/actions/workflows/codeql.yml">
15+
<img src="https://github.com/aptlogica/go-postgres-rest/actions/workflows/codeql.yml/badge.svg" alt="CodeQL">
16+
</a>
17+
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Faptlogica%2Fgo-postgres-rest?ref=badge_shield&issueType=security" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Faptlogica%2Fgo-postgres-rest.svg?type=shield&issueType=security"/></a>
1818
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Faptlogica%2Fgo-postgres-rest?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Faptlogica%2Fgo-postgres-rest.svg?type=shield"/></a>
19-
<a href="https://sonar.aptlogica.com/dashboard?id=aptlogica_go-postgres-rest_3356bc40-4059-4939-8cce-5e86bba44a39">
20-
<img src="https://sonar.aptlogica.com/api/project_badges/measure?project=aptlogica_go-postgres-rest_3356bc40-4059-4939-8cce-5e86bba44a39&metric=alert_status&token=sqb_152d71a0f9a3621514372a3e4c87460e3059bbc2" alt="Quality Gate">
21-
</a>
22-
<a href="https://sonar.aptlogica.com/dashboard?id=aptlogica_go-postgres-rest_3356bc40-4059-4939-8cce-5e86bba44a39">
23-
<img src="https://sonar.aptlogica.com/api/project_badges/measure?project=aptlogica_go-postgres-rest_3356bc40-4059-4939-8cce-5e86bba44a39&metric=security_rating&token=sqb_152d71a0f9a3621514372a3e4c87460e3059bbc2" alt="Security Rating">
24-
</a>
25-
<img src="https://img.shields.io/github/go-mod/go-version/aptlogica/go-postgres-rest?style=flat-square&logo=go" alt="Go Module Version">
26-
<img src="https://img.shields.io/github/issues/aptlogica/go-postgres-rest?style=flat-square" alt="Issues">
27-
<img src="https://img.shields.io/github/stars/aptlogica/go-postgres-rest?style=flat-square" alt="Stars">
28-
<img src="https://img.shields.io/badge/PRs-Welcome-brightgreen?style=flat-square" alt="PRs Welcome">
19+
<a href="https://sonarcloud.io/dashboard?id=aptlogica_go-postgres-rest"><img src="https://sonarcloud.io/api/project_badges/measure?project=aptlogica_go-postgres-rest&metric=alert_status" alt="Quality Gate"></a>
20+
<a href="https://sonarcloud.io/dashboard?id=aptlogica_go-postgres-rest"><img src="https://sonarcloud.io/api/project_badges/measure?project=aptlogica_go-postgres-rest&metric=coverage" alt="Coverage"></a>
21+
<a href="https://sonarcloud.io/dashboard?id=aptlogica_go-postgres-rest"><img src="https://sonarcloud.io/api/project_badges/measure?project=aptlogica_go-postgres-rest&metric=security_rating" alt="Security"></a>
22+
</p>
23+
<p align="center">
24+
<img src="https://img.shields.io/badge/License-MIT-green?style==flat-square" alt="MIT License">
2925
</p>
3026

3127
> 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.
3228
3329

34-
[![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)
35-
3630
## Overview
3731

3832
**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.

0 commit comments

Comments
 (0)