Skip to content

Commit

Permalink
Merge branch 'master' of github.com:umutphp/wp-vulnerability-check
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Feb 6, 2019
2 parents d6c3a51 + 4fc08ff commit 3d43100
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ After succesfull installation, you can display the options as follows;
$ ./vendor/bin/wp-vulnerability-check --help
---------------------------
WP Vulnerability Check version 0.0.1
WP Vulnerability Check version 0.0.9
---------------------------
Usage: wp-vulnerability-check [options]
Options:
--path Full path for the plugin directory of your WordPress installation.
--token Token got from wpvulndb.com
--exclude Exclude the plugins given in comma separated format.
--output The format of output. Valid values JSON, READABLE, NO (Default).
--version Show version.
--help Print this help.
--path Full path for the plugin directory of your WordPress installation.
--token Token got from wpvulndb.com
--exclude Exclude the plugins given in comma separated format.
--output The format of output. Valid values JSON, READABLE, HTML, NO (Default).
--no-colors Disable the console colors. It is enabled by default.
--version Show version.
--help Print this help.
```

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-hacker

0 comments on commit 3d43100

Please sign in to comment.