Skip to content

Commit 1bf62c9

Browse files
author
Antoni Orfin
committed
Renamed security-check to security-checker to be consistent with SensioLabs one
1 parent aaa774c commit 1bf62c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Octivi - Security check
1+
Octivi - Security Checker
22
======================================
33

4-
Simple bash tool for Sensio Security Advisories Checker.
4+
Simple bash tool for Sensio Security Advisories Checker.
55

66
Fits great with your Continous Integration as it returns exit code 1 if security check fails.
77

88
## Usage
99

10-
$ security-check [composer_lock_path] [sensio_checker_url]
10+
$ security-checker [composer_lock_path] [sensio_checker_url]
1111

1212
The basic way to use is just simple:
1313

14-
$ security-check
14+
$ security-checker
1515

1616
which assigns:
1717

Diff for: security-check renamed to security-checker

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
2-
# Title security-check
2+
# Title security-checker
33
#
44
# Description Simple CLI tool for Sensio Security Advisories Checker.
55
# Fits great with your Continous Integration as it returns exit code 1 if security check fails.
6-
# Usage: security-check [composer_lock_path] [sensio_checker_url]
6+
# Usage: security-checker [composer_lock_path] [sensio_checker_url]
77
#
88
# Author Antoni Orfin <[email protected]>
99
# Copyright (C) 2014 IMAGIN Sp. z o.o.

0 commit comments

Comments
 (0)