Skip to content

Commit

Permalink
delete: snyk security
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Feb 26, 2024
1 parent 1b184bf commit e9cb5e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 82 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
- name: Install dependencies
run: go get k8s.io/client-go/rest
- name: Install dependencies
run: go get k8s.io/client-go/tools/clientcmd
run: go get k8s.io/client-go/tools/clientcmd
- name: Build
run: go build -o kube-carga .
79 changes: 0 additions & 79 deletions .github/workflows/snyk-security.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ O código cria deployments no cluster Kubernetes em intervalos regulares. No exe
### Clone este repositório

```bash
git clone https://github.com/Tech-Preta/k8s-test.git
cd k8s-test
git clone https://github.com/Tech-Preta/kubecarga.git
cd kubecarga
```

### Inicialize o módulo Go
Expand Down

0 comments on commit e9cb5e6

Please sign in to comment.