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

Commit 3bc58e9

Browse files
committed
[#22] Fix YAML syntax
Removed unnecessary whitespaces. Fixed indentation
1 parent 3aa1517 commit 3bc58e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
317317
# Operator Namespace
318318
kubectl create namespace securecodebox-system
319-
# Install Operator using the images of the current commit
319+
# Install Operator using the images of the current commit
320320
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait \
321321
--set="image.tag=sha-$(git rev-parse --short HEAD)" \
322322
--set="image.digest=null" \
@@ -334,7 +334,7 @@ jobs:
334334
run: "kubectl create namespace demo-apps"
335335
- name: "Install Test Dependencies"
336336
run: |
337-
cd tests/integration/
337+
cd tests/integration/
338338
npm ci
339339
# This steps should include Integration tests which are not related to a Specific Scanner
340340
- name: "Throws NoScanDefiniton Error Integration Tests"
@@ -360,7 +360,7 @@ jobs:
360360
helm -n integration-tests install test-scan ./scanner/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
361361
helm -n integration-tests install http-webhook ./demo-apps/http-webhook
362362
WEB_HOOK_IP=$(kubectl get -n integration-tests service/http-webhook -o jsonpath='{.spec.clusterIP}')
363-
helm -n integration-test install read-only-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
363+
helm -n integration-test install read-only-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
364364
cd tests/integration/
365365
npx jest --ci --color read-write-hook
366366
helm -n integration-tests uninstall test-scan update-category update-severity

0 commit comments

Comments
 (0)