Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with checking for versioning secret_token #241

Closed
optikfluffel opened this issue Jan 19, 2013 · 2 comments
Closed

Problem with checking for versioning secret_token #241

optikfluffel opened this issue Jan 19, 2013 · 2 comments
Milestone

Comments

@optikfluffel
Copy link

Hi, I previously had my secret_token in my git repo but now did git rm to remove it, put it in my .gitignore and changed it afterwards.
But how do I get rid of the warning message now? It still shows up all the time =/

@presidentbeef
Copy link
Owner

Hi Udo,

Good point. We should check .gitignore to see if that file is being ignored.

In the meantime, you can use brakeman -x SessionSettings or brakeman --skip-files config/initializers/secret_token.rb to hide this warning.

@optikfluffel
Copy link
Author

Thanks :)

On 19.01.2013, at 17:58, Justin notifications@github.com wrote:

Hi Udo,

Good point. We should check .gitignore to see if that file is being ignored.

In the meantime, you can use brakeman -x SessionSettings or brakeman --skip-files config/initializers/secret_token.rb to hide this warning.


Reply to this email directly or view it on GitHub.

Repository owner locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants