Skip to content

Commit 39e921c

Browse files
committed
update CI
1 parent c64e8c7 commit 39e921c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/paradrop.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
- name: Build paradrop-agent Binary
2424
run: |
25-
go install honnef.co/go/tools/cmd/staticcheck@latest
26-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.1
27-
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin vX.Y.Z
28-
cd agent && make lint && make
25+
go install honnef.co/go/tools/cmd/staticcheck@latest
26+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.1
27+
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin vX.Y.Z
28+
cd agent && make lint && make
2929
3030
- name: Set Up Python 3.12
3131
uses: actions/setup-python@v5
@@ -50,7 +50,7 @@ jobs:
5050
image-ref: paradrop-api
5151
exit-code: 0
5252
severity: HIGH,CRITICAL,MEDIUM
53-
53+
5454
- name: Run Vulnerability Scanner On paradrop-ui Image
5555
uses: aquasecurity/trivy-action@master
5656
with:

0 commit comments

Comments
 (0)