Skip to content

Instantly share code, notes, and snippets.

@Seldaek
Created February 19, 2013 15:55
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seldaek/4987104 to your computer and use it in GitHub Desktop.
Save Seldaek/4987104 to your computer and use it in GitHub Desktop.
security checker integration
{
// ...
"scripts": {
"post-update-cmd": [
"checker security:check composer.lock"
]
}
}
@cordoval
Copy link

more accurately is:

bin/security-checker security:check composer.lock

I even wonder if we can just call the class like

Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",

@cordoval
Copy link

@cordoval
Copy link

also I think

bin/security-checker security:check

without argument checks the project's top composer.lock so it can be left out

@cordoval
Copy link

"SensioLabs\\Security\\SecurityChecker::check('.')",

? oh nevermind it is not static, hmm anyways, keep it simple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment