Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update CI
Browse files Browse the repository at this point in the history
marshyski committed May 17, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
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
@@ -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
@@ -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:

0 comments on commit 39e921c

Please sign in to comment.