File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4848
4949 - name : Check out code into the Go module directory
5050 uses : actions/checkout@v4
51+ with :
52+ # Fetch the history of all branches and tags.
53+ # This is needed for the test suite to switch between releases.
54+ fetch-depth : 0
5155
5256 - name : Set up Ginkgo CLI
5357 run : |
Original file line number Diff line number Diff line change 11# Security
22
33The KubeFleet maintainers takes the security of the project very seriously; we greatly welcomes
4- and appreciates any responsible disclosures of security vulerabilities .
4+ and appreciates any responsible disclosures of security vulnerabilities .
55
66If you believe you have found a security vulnerability in the repository, please follow the steps
77below to report it to the KubeFleet team.
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ kubectl get membercluster $MEMBER_CLUSTER
107107
108108If you see that the cluster is still in an unknown state, it might be that the member cluster
109109is still connecting to the hub cluster. Should this state persist for a prolonged
110- period, refer to the [Troubleshooting Guide](../../../docs/troubleshooting/README.md ) for
110+ period, refer to the troubleshooting guide in the [KubeFleet documentation](https://github.com/kubefleet-dev/website ) for
111111more information.
112112
113113## Adding labels to a member cluster
You can’t perform that action at this time.
0 commit comments