Skip to content

Commit

Permalink
PCP-2008 : some changes related to path and security scan yaml removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar-calsoftinc committed Oct 18, 2023
1 parent d250d1d commit b12fbf7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/bulwark-gosec-pr-scan.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/golicense-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
- name: golicense-scan
run: |
go-licenses check --ignore github.com/spectrocloud ./../../
go-licenses check --ignore github.com/spectrocloud go.mod
go-licenses check --ignore github.com/spectrocloud ./docs/triage-party
go-licenses check --ignore github.com/spectrocloud ./hack/tools
# go-licenses check --ignore github.com/spectrocloud ./spate/xk6-spate
5 changes: 4 additions & 1 deletion .github/workflows/govulncheck-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: govulncheck-scan
run: |
go version
govulncheck -mode source ./../../
govulncheck -mode source go.mod
govulncheck -mode source ./docs/triage-party
govulncheck -mode source ./hack/tools

0 comments on commit b12fbf7

Please sign in to comment.