Skip to content

Commit

Permalink
chore: audit
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Feb 15, 2024
1 parent 3cb03e1 commit a4d2094
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .direnv/flake-profile
1 change: 1 addition & 0 deletions .direnv/flake-profile-1-link
1 change: 1 addition & 0 deletions .direnv/flake-profile-2-link
1 change: 1 addition & 0 deletions .direnv/flake-profile-3-link
1 change: 1 addition & 0 deletions .direnv/flake-profile-4-link
Empty file added .env.local
Empty file.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ tilt-up:

tilt-down:
cd dev && GALOY_QUICKSTART_PATH="dev/vendor/galoy-quickstart" tilt down

# 16 is exit code for critical https://classic.yarnpkg.com/lang/en/docs/cli/audit
audit:
bash -c 'yarn audit --level critical; [[ $$? -ge 16 ]] && exit 1 || exit 0'
3 changes: 3 additions & 0 deletions dev/.env.tmp.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALICE_TOKEN="ory_st_Ow5YySFawzoPplPsZHwjxXdgxTBfRMop"
BOB_TOKEN="ory_st_49A5iaPn0zBRLbug6CoLsWjibnbv06Eh"
EOF
1 change: 1 addition & 0 deletions dev/vendor/galoy-quickstart/tmp/quickstart-cache/alice
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ory_st_49A5iaPn0zBRLbug6CoLsWjibnbv06Eh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1320539b-1544-437d-9580-bb3be7ed418c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
242bc70d-c152-47c6-baa6-df0d9ea5617c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9037030-2088-4c2c-9ac8-63307105f158

0 comments on commit a4d2094

Please sign in to comment.