24 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | install.sh | 1 | #!/bin/sh |
| LOW | install.sh | 21 | # enforce that K3S_TOKEN is also set. |
| LOW | install.sh | 41 | # stable channel if not specified. |
| LOW | install.sh | 61 | # setting INSTALL_K3S_SKIP_DOWNLOAD=true |
| LOW | install.sh | 81 | # Name of systemd service to create, will default from the k3s exec command |
| LOW | contrib/util/generate-custom-ca-certs.sh | 1 | #!/usr/bin/env bash |
| LOW | .github/workflows/scorecard.yml | 41 | - name: "Run analysis" |
| LOW | package/rpm/install.sh | 1 | #!/bin/sh |
| LOW | package/rpm/install.sh | 21 | # |
| LOW | package/rpm/install.sh | 41 | # |
| LOW | package/rpm/install.sh | 61 | # |
| LOW | package/rpm/install.sh | 81 | # if not specified. |
| LOW | pkg/agent/flannel/flannel.go | 1 | // |
| LOW | pkg/kubeadm/types.go | 21 | // Expires and TTL are mutually exclusive. |
| LOW | pkg/etcd/store/store.go | 281 | // restore from a snapshot, as v3 store snapshots are only created when replicas are |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | pkg/etcd/snapshot_controller.go | 176 | nodes := e.etcd.config.Runtime.Core.Core().V1().Node() |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | install.sh | 492 | # Check if jq is installed |
| LOW | install.sh | 497 | # Check if unzip is installed |
| LOW | tests/e2e/scripts/latest_commit.sh | 30 | # Verify if the response is an array with the k3s commits |
| LOW | tests/e2e/scripts/setup_rootless.sh | 12 | # Check if the download was successful |
| LOW | tests/e2e/scripts/setup_rootless.sh | 34 | # Check if the string is already in GRUB_CMDLINE_LINUX |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | install.sh | 5 | # Usage: |
| LOW | package/rpm/install.sh | 4 | # Usage: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/actions/setup-go/action.yaml | 31 | go-version-file: 'go.mod' # if go-version is not set, just use whatever version is in the go.mod file |