mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 01:23:05 +08:00
commit
dab2c1958f
3 changed files with 16 additions and 2 deletions
11
.github/workflows/dockerci.yml
vendored
Normal file
11
.github/workflows/dockerci.yml
vendored
Normal 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)
|
4
.github/workflows/theHarvester.yml
vendored
4
.github/workflows/theHarvester.yml
vendored
|
@ -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
3
.lgtm.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
queries:
|
||||
- exclude: py/import-and-import-from
|
||||
- exclude: py/polluting-import
|
Loading…
Reference in a new issue