Skip to content

Commit d036abc

Browse files
Piyush Singh GaurPiyush Singh Gaur
authored andcommitted
fix(authentication-service): use separate key (auth_code) for authorization code revocation and added test
use separate key (auth_code) for authorization code revocation and added test GH-2495
1 parent d8b29fb commit d036abc

File tree

8 files changed

+351
-92
lines changed

8 files changed

+351
-92
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Run Trivy vulnerability scanner in repo mode
25-
uses: aquasecurity/trivy-action@0.35.0
25+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
2626
with:
2727
scan-type: 'fs'
2828
scan-ref: '${{ github.workspace }}'

.trivyignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 267 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cz-conventional-changelog": "^3.3.0",
2020
"cz-format-extension": "1.5.1",
2121
"husky": "^7.0.4",
22-
"lerna": "^9.0.5",
22+
"lerna": "^9.0.7",
2323
"typedoc": "0.23.23",
2424
"typedoc-plugin-markdown": "3.14.0"
2525
},

0 commit comments

Comments
 (0)