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
3 changed files with 16 additions and 2 deletions
+11
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)
+2 -2
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
View File
@@ -0,0 +1,3 @@
queries:
- exclude: py/import-and-import-from
- exclude: py/polluting-import