Skip to content

Commit

Permalink
PCP-2008 : folder paths updated considering main.go location
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar-calsoftinc committed Oct 16, 2023
1 parent 15f520a commit c90852e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/bulwark-gosec-pr-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: gcr.io/spectro-dev-public/bulwark/gosec:latest
env:
REPO: ${{ github.event.repository.name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
credentials:
username: _json_key
password: ${{ secrets.GCR_SPCD_JSON_KEY }}
steps:

- name: run-gosec-scan
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/golicense-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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 ./../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 ./spate/xk6-spate
8 changes: 4 additions & 4 deletions .github/workflows/govulncheck-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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 ./../bulwark
govulncheck -mode source ./../dynamo
govulncheck -mode source ./../spate/genco
govulncheck -mode source ./../spate/xk6-spate

0 comments on commit c90852e

Please sign in to comment.