-
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.
- Loading branch information
Showing
36 changed files
with
475 additions
and
191 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 |
---|---|---|
|
@@ -9,5 +9,4 @@ CODE_OF_CONDUCT.md | |
CONTRIBUTING.md | ||
docker-compose.test.yml | ||
LICENSE | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md | ||
README.md |
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 @@ | ||
# Coverage | ||
|
||
## testcoverage.yaml | ||
|
||
- Used by `coverage:` in | ||
- [go-test-darwin.yaml](../workflows/go-test-darwin.yaml) | ||
- [go-test-linux.yaml](../workflows/go-test-linux.yaml) | ||
- [go-test-windows.yaml](../workflows/go-test-windows.yaml) |
File renamed without changes.
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,2 +1,3 @@ | ||
quiet: true | ||
skip-check: CKV_DOCKER_7 | ||
skip-check: | ||
- CKV_DOCKER_7 |
3 changes: 2 additions & 1 deletion
3
.github/linters/.golangci.yml → .github/linters/.golangci.yaml
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,5 +1 @@ | ||
{ | ||
"ignore": [ | ||
"**/*.go,**/go-test*.yaml" | ||
] | ||
} | ||
{} |
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,28 @@ | ||
# Linters | ||
|
||
## .checkov.yaml | ||
|
||
- Used by [???](https://) | ||
|
||
## .golangci.yaml | ||
|
||
- Used by [golangci-lint.yaml](../workflows/golangci-lint.yaml) | ||
- [golangci-lint](https://golangci-lint.run/) | ||
- [Configuration](https://golangci-lint.run/usage/configuration/) | ||
|
||
## .jscpd.json | ||
|
||
- Used by | ||
- [Options](https://github.com/kucherenko/jscpd/tree/master/apps/jscpd#options) | ||
- Example: | ||
|
||
```json | ||
{ | ||
"ignore": [ | ||
"**/*.go,**/go-test*.yaml" | ||
], | ||
"threshold": 10 | ||
} | ||
``` | ||
|
||
## .yaml-lint.yml |
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,73 @@ | ||
# Workflows | ||
|
||
## add-labels-standardized.yaml | ||
|
||
- [GitHub Action](add-labels-standardized.yaml) | ||
- uses [senzing-factory/build-resources/...add-labels-to-issue.yaml)](https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/add-labels-to-issue.yaml) | ||
|
||
## add-to-project-garage-dependabot.yaml | ||
|
||
- [GitHub Action](add-to-project-garage-dependabot.yaml) | ||
- uses [senzing-factory/build-resources/.../add-to-project-dependabot.yaml](https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/add-to-project-dependabot.yaml) | ||
|
||
## add-to-project-garage.yaml | ||
|
||
- [GitHub Action](add-to-project-garage.yaml) | ||
- uses [senzing-factory/build-resources/.../add-to-project-dependabot.yaml](https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/add-to-project.yaml) | ||
|
||
## dependabot-approve-and-merge.yaml | ||
|
||
- [GitHub Action](dependabot-approve-and-merge.yaml) | ||
- uses [senzing-factory/build-resources/.../dependabot-approve-and-merge.yaml](https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/dependabot-approve-and-merge.yaml) | ||
|
||
## docker-build-container.yaml | ||
|
||
- [GitHub Action](docker-build-container.yaml) | ||
- uses [senzing-factory/github-action-docker-buildx-build](https://github.com/senzing-factory/github-action-docker-buildx-build) | ||
|
||
## docker-push-containers-to-dockerhub.yaml | ||
|
||
- [GitHub Action](docker-push-containers-to-dockerhub.yaml) | ||
- uses [senzing-factory/github-action-docker-buildx-build](https://github.com/senzing-factory/github-action-docker-buildx-build) | ||
|
||
## golangci-lint.yaml | ||
|
||
- [GitHub Action](golangci-lint.yaml) | ||
- uses [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | ||
|
||
## go-proxy-pull.yaml | ||
|
||
- [GitHub Action](go-proxy-pull.yaml) | ||
- uses [andrewslotin/go-proxy-pull-action](https://github.com/andrewslotin/go-proxy-pull-action) | ||
|
||
## go-test-darwin.yaml | ||
|
||
- [GitHub Action](go-test-darwin.yaml) | ||
|
||
## go-test-linux.yaml | ||
|
||
- [GitHub Action](go-test-linux.yaml) | ||
|
||
## go-test-windows.yaml | ||
|
||
- [GitHub Action](go-test-windows.yaml) | ||
|
||
## lint-workflows.yaml | ||
|
||
- [GitHub Action](lint-workflows.yaml) | ||
- uses [senzing-factory/build-resources/.../lint-workflows.yaml](https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/lint-workflows.yaml) | ||
|
||
## make-go-github-file.yaml | ||
|
||
- [GitHub Action](make-go-github-file.yaml) | ||
- uses [senzing-factory/build-resources/.../make-go-github-file.yaml](https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/make-go-github-file.yaml) | ||
|
||
## make-go-tag.yaml | ||
|
||
- [GitHub Action](make-go-tag.yaml) | ||
- uses [senzing-factory/github-action-make-go-tag](https://github.com/senzing-factory/github-action-make-go-tag) | ||
|
||
## move-pr-to-done-dependabot.yaml | ||
|
||
- [GitHub Action](move-pr-to-done-dependabot.yaml) | ||
- uses [senzing-factory/build-resources/.../move-pr-to-done-dependabot.yaml](https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/move-pr-to-done-dependabot.yaml) |
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,4 +1,4 @@ | ||
name: add labels standardized | ||
name: Add labels standardized | ||
|
||
on: | ||
issues: | ||
|
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,4 +1,4 @@ | ||
name: add to project garage dependabot | ||
name: Add to project garage dependabot | ||
|
||
on: | ||
pull_request: | ||
|
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,4 +1,4 @@ | ||
name: add to project garage | ||
name: Add to project garage | ||
|
||
on: | ||
issues: | ||
|
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,4 +1,4 @@ | ||
name: dependabot approve and merge | ||
name: Dependabot approve and merge | ||
|
||
on: | ||
pull_request: | ||
|
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
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.