Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a665c10

Browse files
committed
Add nikto parser build
1 parent 3dbc769 commit a665c10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ jobs:
105105
repository: scbexperimental/parser-amass
106106
path: ./integrations/amass/parser/
107107
tag_with_ref: true
108+
- uses: docker/build-push-action@v1
109+
name: "Build & Push Nikto Parser Image"
110+
with:
111+
username: ${{ secrets.DOCKER_USERNAME }}
112+
password: ${{ secrets.DOCKER_PASSWORD }}
113+
repository: scbexperimental/parser-nikto
114+
path: ./integrations/nikto/parser/
115+
tag_with_ref: true
108116
- uses: docker/build-push-action@v1
109117
name: "Build & Push Nmap Parser Image"
110118
with:

0 commit comments

Comments
 (0)