Skip to content

Commit

Permalink
Add Travis URL checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Oct 23, 2018
1 parent 6bfa52e commit ac653f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- bash run_awesome_bot.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSX security related tools
OSX security related tools ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) <a href="https://travis-ci.org/ashishb/android-security-awesome"><img src="https://img.shields.io/travis/ashishb/osx-and-ios-security-awesome/master.svg?label=URL%20Check" alt="URL Check">
====================

1. [OSX collector](https://github.com/Yelp/OSXCollector) - for forensic analysis
Expand Down
11 changes: 11 additions & 0 deletions run_awesome_bot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/bash
set -euxo pipefail

DEAD_URLS=''
SRC_FILE=README.md
awesome_bot \
--allow-redirect \
--allow-ssl \
--skip-save-results \
--white-list ${DEAD_URLS} \
--files ${SRC_FILE}

0 comments on commit ac653f4

Please sign in to comment.