File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
23
23
- name : Build paradrop-agent Binary
24
24
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
29
29
30
30
- name : Set Up Python 3.12
31
31
uses : actions/setup-python@v5
50
50
image-ref : paradrop-api
51
51
exit-code : 0
52
52
severity : HIGH,CRITICAL,MEDIUM
53
-
53
+
54
54
- name : Run Vulnerability Scanner On paradrop-ui Image
55
55
uses : aquasecurity/trivy-action@master
56
56
with :
You can’t perform that action at this time.
0 commit comments