mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-26 19:44:53 +02:00
@@ -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)
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user