Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAviel committed Sep 16, 2021
1 parent d0adcdb commit d81a6d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const axios = require('axios');
const fs = require('fs');
const yargs = require('yargs/yargs');
Expand All @@ -23,6 +25,7 @@ const argv = yargs(hideBin(process.argv))
description: 'Github token. Unless you have a very small number of repositories, required in order to increase githubs rate limit'
})
.demandOption(['token', 'org'])
.usage('Helper to scan an organization in Travis to find potentially vulnerable repositories from Sept 2021 incident. Provide token and org to scan your organization using Travis APIs. Only repos which had Travis builds and have environment variables in Travis will be returned. Provide also the boolean extended and github_token in order to refine the search to include only repos which have forks and also get a nice summary which include the repo name and information about the top 3 contributors')
.help()
.argv;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "travis-org-vuln-scanner",
"version": "1.0.0",
"version": "1.0.2",
"description": "Helper to scan an organization in Travis to find potentially vulnerable repositories from Sept 2021 incident",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit d81a6d8

Please sign in to comment.