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

Commit 77dee1c

Browse files
committed
Pin right image for nmap integration test
1 parent 08f65e2 commit 77dee1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ jobs:
426426
- name: "nmap Integration Tests"
427427
run: |
428428
helm -n integration-tests install nmap ./scanners/nmap/ \
429-
--set="parserImage.tag=7.80" \
430-
--set="image.tag=sha-$(git rev-parse --short HEAD)"
429+
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)" \
430+
--set="image.tag=7.80"
431431
cd tests/integration/
432432
npx jest --ci --color nmap
433433
- name: "ncrack Integration Tests"

0 commit comments

Comments
 (0)