Skip to content

Commit

Permalink
chore: update baseline secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Apr 11, 2024
1 parent 3343b06 commit 333fd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gen/secrets.baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@
"filename": "infra/nix/bolt/default.nix",
"hashed_secret": "7096ce78355a7fc302686472413e82c32dcd89cc",
"is_verified": false,
"line_number": 51
"line_number": 55
},
{
"type": "Base64 High Entropy String",
"filename": "infra/nix/bolt/default.nix",
"hashed_secret": "80a11fe90031acb43c4de1afdc8fee4bb665d183",
"is_verified": false,
"line_number": 52
"line_number": 56
}
],
"infra/nix/pkgs/clickhouse.nix": [
Expand Down Expand Up @@ -244,5 +244,5 @@
}
]
},
"generated_at": "2024-03-01T02:26:18Z"
"generated_at": "2024-04-11T21:32:47Z"
}
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ in

# Runtimes
nodejs # Required for Fern
python310Packages.detect-secrets

# Compilers
clang
Expand Down Expand Up @@ -75,7 +76,7 @@ in
);
shellHook = ''
# Setup Git LFS
git lfs install > /dev/null
git lfs install --manual > /dev/null
# Add binaries to path so we can use a locally built copy of Bolt.
export PATH="${toString ./target/debug/.}:${toString ./target/release/.}:$PATH"
Expand Down

0 comments on commit 333fd7d

Please sign in to comment.