-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from spectrocloud/bulwark-gitleaks
bulwark gitleaks pr validation action
- Loading branch information
Showing
8 changed files
with
605 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Describe the Change | ||
|
||
This PR ..... | ||
|
||
## Review Changes | ||
|
||
|
||
🎫 [Jira Ticket]() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
check-latest: true | ||
|
||
- name: Build | ||
|
@@ -52,7 +52,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
check-latest: true | ||
|
||
- name: Lint Internal Package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module spectrocloud.com/hello-universe-api | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/jmoiron/sqlx v1.3.5 | ||
github.com/lib/pq v1.10.7 | ||
github.com/mileusna/useragent v1.2.1 | ||
github.com/rs/zerolog v1.28.0 | ||
go.uber.org/automaxprocs v1.5.1 | ||
github.com/rs/zerolog v1.29.0 | ||
go.uber.org/automaxprocs v1.5.2 | ||
) | ||
|
||
require ( | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.