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

Commit a3f504b

Browse files
committed
Change Image Name for Wpscan
To comply with the other Images for Parsers i changed the Name for the wpscan to parser-wpscan
1 parent fca85a5 commit a3f504b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
username: ${{ secrets.DOCKER_USERNAME }}
218218
password: ${{ secrets.DOCKER_PASSWORD }}
219-
repository: scbexperimental/wpscan-parser
219+
repository: scbexperimental/parser-wpscan
220220
path: ./scanners/wpscan/parser/
221221
tag_with_ref: true
222222
tag_with_sha: true

scanners/wpscan/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parserImage:
22
registry: docker.io
3-
repository: scbexperimental/wpscan-parser
3+
repository: scbexperimental/parser-wpscan
44
tag: latest
55

66
scannerJob:

0 commit comments

Comments
 (0)