mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 08:57:40 +00:00
updating secret string for docker detection
This commit is contained in:
parent
b1a1fa393f
commit
b8468af367
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ func TestFoundKeyInDockerTar(t *testing.T) {
|
|||
HandleFile(ctx, reReader, chunkSkel, chunksChan)
|
||||
}()
|
||||
|
||||
secret := "AKIA2OGYBAH6Q2PQJUGN"
|
||||
secret := "AKIAXYZDQCEN4B6JSJQI"
|
||||
|
||||
// Read from the channel and validate the secrets.
|
||||
foundSecret := ""
|
||||
|
|
Loading…
Reference in a new issue