Skip to content

Commit

Permalink
add .env file to suspicious files list
Browse files Browse the repository at this point in the history
  • Loading branch information
hilariocoelho committed Oct 13, 2024
1 parent 35c5446 commit dc511de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/assessor/credential/credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (a CredentialAssessor) RequiredFiles() []string {
"settings.py",
"database.yml",
"credentials.xml",
".env",
}
}

Expand Down

0 comments on commit dc511de

Please sign in to comment.