File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- Octivi - Security check
1
+ Octivi - Security Checker
2
2
======================================
3
3
4
- Simple bash tool for Sensio Security Advisories Checker.
4
+ Simple bash tool for Sensio Security Advisories Checker.
5
5
6
6
Fits great with your Continous Integration as it returns exit code 1 if security check fails.
7
7
8
8
## Usage
9
9
10
- $ security-check [composer_lock_path] [sensio_checker_url]
10
+ $ security-checker [composer_lock_path] [sensio_checker_url]
11
11
12
12
The basic way to use is just simple:
13
13
14
- $ security-check
14
+ $ security-checker
15
15
16
16
which assigns:
17
17
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Title security-check
2
+ # Title security-checker
3
3
#
4
4
# Description Simple CLI tool for Sensio Security Advisories Checker.
5
5
# 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]
7
7
#
8
8
# Author Antoni Orfin <[email protected] >
9
9
# Copyright (C) 2014 IMAGIN Sp. z o.o.
You can’t perform that action at this time.
0 commit comments