Skip to content

Commit

Permalink
update ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed Apr 3, 2024
1 parent 30add84 commit 88103cf
Showing 1 changed file with 133 additions and 0 deletions.
133 changes: 133 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@ jobs:
- package-azurehound
- package-bloodhound
- package-bloodhound-python
- package-brutespray
- package-certipy
- package-certipy-bloodhound
- package-coercer
- package-cvemap
- package-defaultcreds-cheat-sheet
- package-dnsrecon
- package-dnsx
- package-donpapi
- package-evil-winrm
- package-exrex
- package-ffuf
- package-getfgpp
- package-gmsadumper
Expand All @@ -46,6 +50,8 @@ jobs:
- package-gowitness
- package-havoc
- package-httpx
- package-ike-scan
- package-iker
- package-impacket
- package-kerbrute
- package-krbrelayx
Expand Down Expand Up @@ -74,6 +80,7 @@ jobs:
- package-sccmhunter
- package-servicedetector
- package-shuffledns
- package-spk
- package-subfinder
- package-tlsx
- package-trevorspray
Expand Down Expand Up @@ -223,6 +230,24 @@ jobs:
path: ./bloodhound-python/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-brutespray:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh brutespray
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-brutespray
path: ./brutespray/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-certipy:
runs-on: ubuntu-20.04
needs:
Expand Down Expand Up @@ -295,6 +320,42 @@ jobs:
path: ./cvemap/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-defaultcreds-cheat-sheet:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh defaultcreds-cheat-sheet
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-defaultcreds-cheat-sheet
path: ./defaultcreds-cheat-sheet/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-dnsrecon:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh dnsrecon
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-dnsrecon
path: ./dnsrecon/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-dnsx:
runs-on: ubuntu-20.04
needs:
Expand Down Expand Up @@ -349,6 +410,24 @@ jobs:
path: ./evil-winrm/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-exrex:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh exrex
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-exrex
path: ./exrex/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-ffuf:
runs-on: ubuntu-20.04
needs:
Expand Down Expand Up @@ -493,6 +572,42 @@ jobs:
path: ./httpx/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-ike-scan:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh ike-scan
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-ike-scan
path: ./ike-scan/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-iker:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh iker
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-iker
path: ./iker/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-impacket:
runs-on: ubuntu-20.04
needs:
Expand Down Expand Up @@ -997,6 +1112,24 @@ jobs:
path: ./shuffledns/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-spk:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh spk
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-spk
path: ./spk/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-subfinder:
runs-on: ubuntu-20.04
needs:
Expand Down

0 comments on commit 88103cf

Please sign in to comment.