From 2215693c6f82c1ac73c6d3a13fb5be0c27e36762 Mon Sep 17 00:00:00 2001 From: Sunil S B <53909301+Sunilsbcloud@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:14:03 +1100 Subject: [PATCH 1/3] feature reg pattern fix --- .github/workflows/lint_unitest-feature.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_unitest-feature.yml b/.github/workflows/lint_unitest-feature.yml index 3c981b6..132be9b 100644 --- a/.github/workflows/lint_unitest-feature.yml +++ b/.github/workflows/lint_unitest-feature.yml @@ -11,7 +11,7 @@ on: - 'docs/**' - '**.md' - '.gitignore' - branches: [ 'feature/*' ] + branches: [ 'feature/**' ] jobs: sonarcloud: @@ -91,4 +91,4 @@ jobs: ${process.env.AS_JOB}\n ${process.env.AS_TOOK}`, }] - } \ No newline at end of file + } From 1b6eb780ff135ef95393c84da9cf5ef6c5c00acb Mon Sep 17 00:00:00 2001 From: Sunil S B <53909301+Sunilsbcloud@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:14:31 +1100 Subject: [PATCH 2/3] release reg pattern fix --- .github/workflows/lint_unitest-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_unitest-release.yml b/.github/workflows/lint_unitest-release.yml index 68aad28..d79f0f5 100644 --- a/.github/workflows/lint_unitest-release.yml +++ b/.github/workflows/lint_unitest-release.yml @@ -11,7 +11,7 @@ on: - 'docs/**' - '**.md' - '.gitignore' - branches: [ 'release/*' ] + branches: [ 'release/**' ] jobs: sonarcloud: @@ -91,4 +91,4 @@ jobs: ${process.env.AS_JOB}\n ${process.env.AS_TOOK}`, }] - } \ No newline at end of file + } From 7cf7a13684638c658e8ece693a3793b454f209c4 Mon Sep 17 00:00:00 2001 From: Sunil S B <53909301+Sunilsbcloud@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:16:37 +1100 Subject: [PATCH 3/3] Added Badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f568d71..12ce476 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![SonarCloud CI - Develop Branch](https://github.com/intersective/jwt-parser/workflows/SonarCloud%20CI%20-%20Develop%20Branch/badge.svg) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=intersective_jwt-parser&metric=alert_status&token=60f7eba32710225786f21cd7d54e5e6746f97476)](https://sonarcloud.io/dashboard?id=intersective_jwt-parser) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=intersective_jwt-parser&metric=coverage&token=60f7eba32710225786f21cd7d54e5e6746f97476)](https://sonarcloud.io/dashboard?id=intersective_jwt-parser) + + + # @practera/jwt-parser Validates a JWT with a public key, parses the token and returns the contents.