From c77755bb57b7f2039d79775ea28074b5b3ea902e Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 14 Nov 2024 10:52:10 -0800 Subject: [PATCH] ci: sonar (#1318) --- .github/workflows/analysis.yml | 2 ++ README.md | 4 ++-- SECURITY.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index bbfa42450d..01f82d8bc5 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -17,11 +17,13 @@ jobs: tests-java: name: Backend Tests if: github.event_name != 'pull_request' || !github.event.pull_request.draft + secrets: inherit uses: ./.github/workflows/reusable-tests-be.yml tests-frontend: name: Frontend Unit Tests if: github.event_name != 'pull_request' || !github.event.pull_request.draft + secrets: inherit uses: ./.github/workflows/reusable-tests-fe.yml trivy: diff --git a/README.md b/README.md index 48fef0b9ef..5a9751cbf0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![Lifecycle](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md) -The nr-forest-client is a node.js application built with [Vue.js](https://vuejs.org) in typescript as frontend, [Spring boot java](https://spring.io/projects/spring-boot#learn) as backend, postgres and oracle for database, integrated with the [greenfield-template](https://github.com/bcgov/greenfield-template) to automate the process for testing, security scanning, code quality checking, image building and deploying. +The nr-forest-client is a node.js application built with [Vue.js](https://vuejs.org) in typescript as frontend, [Spring boot java](https://spring.io/projects/spring-boot#learn) as backend, postgres and oracle for database, integrated with the [QuickStart for OpenShift](https://github.com/bcgov/quickstart-openshift) to automate the process for testing, security scanning, code quality checking, image building and deploying. ## Frontend @@ -36,4 +36,4 @@ As the application evolves, so does the data, and to control the evolution of th We have the database schema documented using [SchemaSpy](https://schemaspy.org/). This is particularly useful tool for database administrators, developers, and analysts who need to understand the structure and relationships within a database. This allow us to automatically generate a visualization of the database schema through Entity-Relationship (ER) diagrams. These diagrams help users quickly grasp the relationships between tables, making it easier to navigate and understand complex databases. -You can find our database diagram on [this page](https://bcgov.github.io/nr-forest-client/schema/nrfc/relationships.html) and more information about the database on [this page](https://bcgov.github.io/nr-forest-client/schema) \ No newline at end of file +You can find our database diagram on [this page](https://bcgov.github.io/nr-forest-client/schema/nrfc/relationships.html) and more information about the database on [this page](https://bcgov.github.io/nr-forest-client/schema) diff --git a/SECURITY.md b/SECURITY.md index 67ff976784..c9c4c6abd2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,4 +7,4 @@ This product currently has no support and is experimental. That could change in ## Reporting a Vulnerability -Please report any issues or vulerabilities with an [issue](https://github.com/bcgov/greenfield-template/issues). +Please report any issues or vulerabilities with an [issue](https://github.com/bcgov/nr-forest-client/issues).