Skip to content

Commit

Permalink
disable gosec false positive in initTransitVault.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhave committed May 2, 2023
1 parent b41ffbd commit 014e0ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vaultserver/initTransitVault.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ package main

import (
"fmt"

"vaultserver/command"
)

const (
defaultVaultAddressTransit = "http://localhost:8200"
tokenFileName = "config/token.json"
tokenFileName = "config/token.json" //#nosec
)

func main() {
Expand Down

0 comments on commit 014e0ee

Please sign in to comment.