mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
Update Github CI actions
This commit is contained in:
parent
67cb4521e0
commit
8a2cd189b8
2 changed files with 13 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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -9,7 +9,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
Python_Test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue