Skip to content
Snippets Groups Projects
Verified Commit c82b7f3f authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent e7b67dd3
Branches
No related tags found
No related merge requests found
Pipeline #7459 passed
......@@ -88,26 +88,33 @@ include:
# ADJUSTMENTS
gemnasium-dependency_scanning:
dependencies: []
stage: security
nodejs-scan-sast:
stage: security
dependencies: []
before_script:
- npm install
- npm run build
- ls
license_scanning:
dependencies: []
stage: security
retire-js-dependency_scanning:
dependencies: []
stage: security
secret_detection:
dependencies: []
stage: security
secrets-sast:
dependencies: []
stage: security
tslint-sast:
dependencies: []
stage: security
......@@ -7,7 +7,7 @@ import { ConsoleReporter, JUnitReporter } from "./report"
commander
.version("1.1.2")
.description("Extract and recursively check all URLs reporting broken ones")
.description("Extract and recursively check all URLs reporting broken ones\n\nDedicated to Daria Bogatova")
commander
.command("inspect <url>")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment