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

Commit 2d14ae2

Browse files
sebieJ12934
authored andcommitted
Ncrack CI
Co-authored-by: Jannik Hollenbach <jannik@hollenbach.de>
1 parent 516c039 commit 2d14ae2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ jobs:
131131
tag_with_ref: true
132132
tag_with_sha: true
133133
build_args: baseImageTag=ci-local
134+
- uses: docker/build-push-action@v1
135+
name: "Build & Push Ncrack Parser Image"
136+
with:
137+
username: ${{ secrets.DOCKER_USERNAME }}
138+
password: ${{ secrets.DOCKER_PASSWORD }}
139+
repository: scbexperimental/parser-ncrack
140+
path: ./scanners/ncrack/parser/
141+
tag_with_ref: true
142+
tag_with_sha: true
143+
build_args: baseImageTag=ci-local
134144
- uses: docker/build-push-action@v1
135145
name: "Build & Push Nikto Parser Image"
136146
with:
@@ -278,6 +288,15 @@ jobs:
278288
runs-on: ubuntu-latest
279289
steps:
280290
- uses: actions/checkout@master
291+
- uses: docker/build-push-action@v1
292+
name: "Build & Push Ncrack Scanner Image"
293+
with:
294+
username: ${{ secrets.DOCKER_USERNAME }}
295+
password: ${{ secrets.DOCKER_PASSWORD }}
296+
repository: scbexperimental/ncrack
297+
path: ./scanners/ncrack/scanner/
298+
# Note: not prefixed with a "v" as this seems to match ncrack versioning standards
299+
tags: "0.7,latest"
281300
- uses: docker/build-push-action@v1
282301
name: "Build & Push Nmap Scanner Image"
283302
with:

0 commit comments

Comments
 (0)