Skip to content

Commit

Permalink
some changes related to path
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar-calsoftinc committed Oct 17, 2023
1 parent c90852e commit 1da6901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bulwark-gitleaks-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
image: gcr.io/spectro-dev-public/bulwark/gitleaks:latest
env:
REPO: ${{ github.event.repository.name }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: /workspace/config.toml
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/golicense-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ jobs:
- name: golicense-scan
run: |
go-licenses check --ignore github.com/spectrocloud ./../bulwark
go-licenses check --ignore github.com/spectrocloud ./../dynamo
go-licenses check --ignore github.com/spectrocloud ./../spate/genco
go-licenses check --ignore github.com/spectrocloud ./../
# go-licenses check --ignore github.com/spectrocloud ./spate/xk6-spate
6 changes: 2 additions & 4 deletions .github/workflows/govulncheck-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: govulncheck-scan
run: |
go version
govulncheck -mode source ./../bulwark
govulncheck -mode source ./../dynamo
govulncheck -mode source ./../spate/genco
govulncheck -mode source ./../spate/xk6-spate
govulncheck -mode source ./../

0 comments on commit 1da6901

Please sign in to comment.