Skip to content

Commit

Permalink
Use gitlab Actions (#30)
Browse files Browse the repository at this point in the history
* Use gitlab Actions
* Remove travis
* fix some links
  • Loading branch information
cugu authored Nov 1, 2019
1 parent 9ba5650 commit d8dd74e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Ruby for use with actions
uses: actions/setup-ruby@v1.0.0
- name: Test README.md
run: |
gem install awesome_bot
awesome_bot --allow-ssl README.md
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Curated list of awesome **free** (mostly open source) forensic analysis tools an
## Tools

- [Forensics tools on Wikipedia](https://en.wikipedia.org/wiki/List_of_digital_forensics_tools)
- [Free computer forensic tools](https://www.forensiccontrol.com/resources/free-software) - Comprehensive list of free computer forensic tools

### Distributions

Expand Down Expand Up @@ -99,7 +98,7 @@ Curated list of awesome **free** (mostly open source) forensic analysis tools an

*more at [Malware Analysis List](https://github.com/rshipp/awesome-malware-analysis#network), [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools) and [Wireshark Tool and Script List](https://wiki.wireshark.org/Tools)*

<!-- , [Forensicswiki's Tool List](http://forensicswiki.org/wiki/Tools:Network_Forensics) -->
<!-- , [Forensicswiki's Tool List](hxxp://forensicswiki.org/wiki/Tools:Network_Forensics) -->

- [SiLK Tools](https://tools.netsa.cert.org/silk/) - SiLK is a suite of network traffic collection and analysis tools
- [Wireshark](https://www.wireshark.org) - The network traffic analysis tool
Expand Down

0 comments on commit d8dd74e

Please sign in to comment.