Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,20 +341,20 @@ jobs:
name: lurker-image
path: ./operator

- name: Import Operator & Lurker Image
- name: Import Operator & Lurker Image to kind cluster
working-directory: ./operator
run: make kind-import

- name: Kind Import Images
- name: Kind Import ${{ matrix.unit }} Image to kind cluster
working-directory: ./scanners/${{ matrix.unit }}/
run: make kind-import

- name: Install Operator
- name: Deploy Operator Chart to kind cluster
working-directory: ./operator
run: |
make helm-deploy

- name: Deploy ${{ matrix.unit }}
- name: Deploy ${{ matrix.unit }} Chart to kind cluster
working-directory: ./scanners/${{ matrix.unit }}/
run: make deploy

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
# ---- Language Versions ----

GO_VERSION: "1.15"
GO_VERSION: "1.17"
PYTHON_VERSION: "3.9"
NODE_VERSION: "16"
NPM_VERSION: "7"
Expand Down Expand Up @@ -171,6 +171,7 @@ jobs:
- notification
- persistence-elastic
- persistence-defectdojo
- persistence-azure-monitor
- update-field
steps:
- name: Checkout
Expand Down