From 308f35d67fe5e02bfb87170efc138a2715097002 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 15 Nov 2024 23:10:46 +0100 Subject: [PATCH 1/2] :construction_worker: support for OpenSSF Scorecard --- .github/workflows/delayed-pipelines.yml | 4 ++-- .github/workflows/pipelines.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/delayed-pipelines.yml b/.github/workflows/delayed-pipelines.yml index af88b86cb..d7b169ba3 100644 --- a/.github/workflows/delayed-pipelines.yml +++ b/.github/workflows/delayed-pipelines.yml @@ -1,12 +1,12 @@ name: Cuemon CI/CD Pipeline (Delayed) on: pull_request: + branches: [main] paths-ignore: - .codecov/** - .docfx/** - - .github/** - .nuget/** - - '**.md' + - '**/*.md' workflow_dispatch: inputs: configuration: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index e2adaef88..bfec52cca 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -1,12 +1,12 @@ name: Cuemon CI/CD Pipeline on: pull_request: + branches: [main] paths-ignore: - .codecov/** - .docfx/** - - .github/** - .nuget/** - - '**.md' + - '**/*.md' workflow_dispatch: inputs: configuration: From a0332a4a2a07d15ee2c15cad31dd805f6e933162 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 15 Nov 2024 23:10:52 +0100 Subject: [PATCH 2/2] :speech_balloon: updated community health pages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 673053a46..de8e0400e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ All CI and CD integrations have been migrated away from [Microsoft Azure DevOps] All code quality analysis are done by [SonarCloud](https://sonarcloud.io/) and [CodeCov.io](https://codecov.io/). -![License](https://img.shields.io/github/license/gimlichael/cuemon) ![Build Status](https://github.com/gimlichael/Cuemon/actions/workflows/pipelines.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/gimlichael/Cuemon/branch/development/graph/badge.svg)](https://codecov.io/gh/gimlichael/Cuemon) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Cuemon&metric=coverage)](https://sonarcloud.io/dashboard?id=Cuemon) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](.github/CODE_OF_CONDUCT.md) +![License](https://img.shields.io/github/license/gimlichael/cuemon) ![Build Status](https://github.com/gimlichael/Cuemon/actions/workflows/pipelines.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/gimlichael/Cuemon/branch/development/graph/badge.svg)](https://codecov.io/gh/gimlichael/Cuemon) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Cuemon&metric=coverage)](https://sonarcloud.io/dashboard?id=Cuemon) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](.github/CODE_OF_CONDUCT.md) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/gimlichael/cuemon/badge)](https://scorecard.dev/viewer/?uri=github.com/gimlichael/cuemon) ## Branching Strategy