Skip to content

Commit 2f59f0e

Browse files
testing falco
1 parent a94d538 commit 2f59f0e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/scsctl_test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,15 @@ jobs:
3535
3636
helm version
3737
38+
# helm install falco -f custom-rules.yaml --set "falco.rules_file={/etc/falco/falco_rules.local.yaml,/etc/falco/rules.d}" --set falcoctl.artifact.install.enabled=false --set falcoctl.artifact.follow.enabled=false --set falco.json_output=true --set falco.file_output.enabled=true falcosecurity/falco
39+
- name: Run pyroscope in k3s
40+
run: |
3841
helm repo add pyroscope-io https://pyroscope-io.github.io/helm-chart
3942
helm install pyroscope pyroscope-io/pyroscope
40-
kubectl get pods
41-
42-
sleep 10
4343
44-
curl http://localhost:4040
45-
46-
# helm install falco -f custom-rules.yaml --set "falco.rules_file={/etc/falco/falco_rules.local.yaml,/etc/falco/rules.d}" --set falcoctl.artifact.install.enabled=false --set falcoctl.artifact.follow.enabled=false --set falco.json_output=true --set falco.file_output.enabled=true falcosecurity/falco
44+
kubectl get pods
4745
46+
curl http://127.0.0.1:8080
4847
4948
# - name: Install a python cli tool from test pypi and run it
5049
# run: |

0 commit comments

Comments
 (0)