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

Commit 0221577

Browse files
committed
Properly set name on zap scan step
1 parent 8cc7b21 commit 0221577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
helm -n integration-tests install ssh-scan ./scanners/ssh_scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
427427
cd tests/integration/
428428
npx jest --ci --color ssh-scan
429-
- name: "ssh-scan Integration Tests"
429+
- name: "zap Integration Tests"
430430
run: |
431431
helm -n integration-tests install zap ./scanners/zap/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
432432
cd tests/integration/

0 commit comments

Comments
 (0)