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

Commit 5f6e04a

Browse files
committed
Build wpscan-parser Image in CI
1 parent 6ac36be commit 5f6e04a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,17 @@ jobs:
211211
tag_with_ref: true
212212
tag_with_sha: true
213213
build_args: baseImageTag=ci-local
214+
- uses: docker/build-push-action@v1
215+
name: "Build & Push wpscan Parser Image"
216+
with:
217+
username: ${{ secrets.DOCKER_USERNAME }}
218+
password: ${{ secrets.DOCKER_PASSWORD }}
219+
repository: scbexperimental/wpscan-parser
220+
path: ./scanners/wpscan/parser/
221+
tag_with_ref: true
222+
tag_with_sha: true
223+
build_args: baseImageTag=ci-local
224+
214225
hookImages:
215226
name: "Build / Hooks"
216227
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)