-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tenant-management): integrate auth0
integrate auth0 47
- Loading branch information
1 parent
2984ca5
commit 2f7e4b0
Showing
33 changed files
with
1,079 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
# Section for git-secrets | ||
if ! command -v git-secrets &> /dev/null 2>&1 | ||
then | ||
echo "git-secrets is not installed. Please run 'brew install git-secrets' or visit https://github.com/awslabs/git-secrets#installing-git-secrets" | ||
exit 1 | ||
fi | ||
# # Section for git-secrets | ||
# if ! command -v git-secrets &> /dev/null 2>&1 | ||
# then | ||
# echo "git-secrets is not installed. Please run 'brew install git-secrets' or visit https://github.com/awslabs/git-secrets#installing-git-secrets" | ||
# exit 1 | ||
# fi | ||
|
||
# Initialise git-secrets configuration | ||
git-secrets --register-aws > /dev/null | ||
# # Initialise git-secrets configuration | ||
# git-secrets --register-aws > /dev/null | ||
|
||
echo "Running git-secrets..." | ||
# Scans all files that are about to be committed. | ||
git-secrets --pre_commit_hook -- "$@" | ||
# echo "Running git-secrets..." | ||
# # Scans all files that are about to be committed. | ||
# git-secrets --pre_commit_hook -- "$@" | ||
|
||
npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.