We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d64150 commit 315ccbcCopy full SHA for 315ccbc
2 files changed
.github/workflows/semgrep.yml
@@ -40,7 +40,7 @@ jobs:
40
# Do not check for new version
41
SEMGREP_ENABLE_VERSION_CHECK: 0
42
# No metrics
43
- SEMGREP_SEND_METRICS: false
+ SEMGREP_SEND_METRICS: 'off'
44
- name: Upload SARIF file for GitHub Advanced Security Dashboard
45
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
46
with:
src/services/signer/evm/turnkey_signer.rs
@@ -185,7 +185,6 @@ mod tests {
185
use super::*;
186
use actix_web::body::MessageBody;
187
use alloy::primitives::{keccak256, private::alloy_rlp::*};
188
- use rand::rngs::mock;
189
190
use crate::{
191
models::{SecretString, TurnkeySignerConfig},
0 commit comments