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

Commit 91c2e63

Browse files
committed
Add build for nmap scanner
1 parent c2221f8 commit 91c2e63

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,19 @@ jobs:
163163
registry: docker.pkg.github.com
164164
path: ./persistence/persistence-elastic/
165165
tag_with_ref: true
166+
scannerImages:
167+
# Note we only build images for scanner that don't provider official public container images
168+
name: "Build Scanner Images"
169+
runs-on: ubuntu-latest
170+
steps:
171+
- uses: actions/checkout@master
172+
- uses: docker/build-push-action@v1
173+
name: "Build & Push Nmap Scanner Image"
174+
with:
175+
username: ${{ github.actor }}
176+
password: ${{ github.token }}
177+
repository: j12934/securecodebox/nmap
178+
registry: docker.pkg.github.com
179+
path: ./integrations/nmap/scanner/
180+
# Note: not prefixed with a "v" as this seems to match nmap versioning standards
181+
tags: "7.80,7.80-1"

0 commit comments

Comments
 (0)