Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gitlab Actions #30

Merged
merged 4 commits into from
Nov 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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