clean: remove agent 💩

This commit is contained in:
naiba 2023-05-11 00:13:11 +08:00
parent 65afad89eb
commit 49878d0ce9
3 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ jobs:
- name: Build test - name: Build test
run: | run: |
go build cmd/dashboard/main.go go build cmd/dashboard/main.go
go build cmd/agent/main.go
- name: Run Gosec Security Scanner - name: Run Gosec Security Scanner
run: | run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest go install github.com/securego/gosec/v2/cmd/gosec@latest

View File

@ -5,7 +5,6 @@ on:
branches: branches:
- master - master
paths-ignore: paths-ignore:
- ".github/workflows/agent.yml"
- ".github/workflows/codeql-analysis.yml" - ".github/workflows/codeql-analysis.yml"
- ".github/workflows/test-on-pr.yml" - ".github/workflows/test-on-pr.yml"
- ".github/workflows/contributors.yml" - ".github/workflows/contributors.yml"
@ -28,7 +27,6 @@ jobs:
- name: Build test - name: Build test
run: | run: |
go build cmd/dashboard/main.go go build cmd/dashboard/main.go
go build cmd/agent/main.go
- name: Run Gosec Security Scanner - name: Run Gosec Security Scanner
run: | run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest go install github.com/securego/gosec/v2/cmd/gosec@latest

1
.gitignore vendored
View File

@ -16,7 +16,6 @@
/dist /dist
.DS_Store .DS_Store
/main /main
/cmd/agent/main
/cmd/dashboard/main /cmd/dashboard/main
/config.yml /config.yml
/resource/template/theme-custom /resource/template/theme-custom