Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed May 17, 2024
1 parent c64e8c7 commit 39e921c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/paradrop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

- name: Build paradrop-agent Binary
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.1
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin vX.Y.Z
cd agent && make lint && make
go install honnef.co/go/tools/cmd/staticcheck@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.1
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin vX.Y.Z
cd agent && make lint && make
- name: Set Up Python 3.12
uses: actions/setup-python@v5
Expand All @@ -50,7 +50,7 @@ jobs:
image-ref: paradrop-api
exit-code: 0
severity: HIGH,CRITICAL,MEDIUM

- name: Run Vulnerability Scanner On paradrop-ui Image
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit 39e921c

Please sign in to comment.