Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCP-2008 : Add PR validations for CAPA #863

Open
wants to merge 6 commits into
base: spectro-master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PCP-2008 : some changes related to path and security scan yaml removed
  • Loading branch information
kedar-calsoftinc committed Oct 18, 2023
commit b12fbf786c1e0f628e26af4c21311616f4a5cba7
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
@@ -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
@@ -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