Merge pull request #289 from L1ghtn1ng/dev

CI updates
This commit is contained in:
J.Townsend 2019-09-03 23:03:46 +01:00 committed by GitHub
commit dab2c1958f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

11
.github/workflows/dockerci.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: TheHarvester Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag theharvester:$(date +%s)

View file

@ -1,4 +1,4 @@
name: TheHarvester
name: TheHarvester Python CI
on:
push:
@ -9,7 +9,7 @@ on:
branches:
- '*'
jobs:
test:
Python:
runs-on: ubuntu-latest
strategy:

3
.lgtm.yml Normal file
View file

@ -0,0 +1,3 @@
queries:
- exclude: py/import-and-import-from
- exclude: py/polluting-import