Skip to content

Commit

Permalink
fix nosec false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Mar 1, 2024
1 parent ce021e1 commit 116fd21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e/e2etests/e2etests.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ const (
TestDepositEtherLiquidityCapName = "deposit_eth_liquidity_cap"
TestMyTestName = "my_test"

TestERC20WithdrawName = "erc20_withdraw"
TestERC20DepositName = "erc20_deposit"
TestERC20WithdrawName = "erc20_withdraw"
TestERC20DepositName = "erc20_deposit"
// #nosec G101: Potential hardcoded credentials (gosec), not a credential
TestERC20DepositRestrictedName = "erc20_deposit_restricted"
TestEtherDepositName = "eth_deposit"
TestEtherWithdrawName = "eth_withdraw"
Expand Down

0 comments on commit 116fd21

Please sign in to comment.