Skip to content

Commit e9cb5e6

Browse files
delete: snyk security
1 parent 1b184bf commit e9cb5e6

File tree

3 files changed

+5
-82
lines changed

3 files changed

+5
-82
lines changed

Diff for: .github/workflows/go.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: go get k8s.io/client-go/rest
2828
- name: Install dependencies
29-
run: go get k8s.io/client-go/tools/clientcmd
29+
run: go get k8s.io/client-go/tools/clientcmd
30+
- name: Build
31+
run: go build -o kube-carga .

Diff for: .github/workflows/snyk-security.yml

-79
This file was deleted.

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ O código cria deployments no cluster Kubernetes em intervalos regulares. No exe
2121
### Clone este repositório
2222

2323
```bash
24-
git clone https://github.com/Tech-Preta/k8s-test.git
25-
cd k8s-test
24+
git clone https://github.com/Tech-Preta/kubecarga.git
25+
cd kubecarga
2626
```
2727

2828
### Inicialize o módulo Go

0 commit comments

Comments
 (0)