scorecard/.gitignore

56 lines
1.0 KiB
Plaintext
Raw Normal View History

# binary.
2020-10-16 17:54:29 +03:00
scorecard
✨ CLI for scorecard-attestor (#2309) * Reorganize Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Working commit Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Compile with local scorecard; go mod tidy Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Add signing code Heavily borrowed from https://github.com/grafeas/kritis/blob/master/cmd/kritis/signer/main.go Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Update deps * Naming * Makefile Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Edit license, add lint.yml Signed-off-by: Raghav Kaul <raghavkaul@google.com> * checks: go mod tidy, license Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Address PR comments * Split into checker/signer files * Naming convention Signed-off-by: Raghav Kaul <raghavkaul@google.com> * License, remove golangci.yml Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Address PR comments * Use cobra Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Add tests for root command Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Filter out checks that aren't needed for policy evaluation Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Add `make` targets for attestor; submit coverage stats Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Improvements * Use sclog instead of glog * Remove unneeded subcommands * Formatting Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Flags: Make note-name constant and fix messaging Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Remove SupportedRequestTypes Signed-off-by: Raghav Kaul <raghavkaul@google.com> * go mod tidy Signed-off-by: Raghav Kaul <raghavkaul@google.com> * go mod tidy, makefile Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Fix GH actions run Signed-off-by: Raghav Kaul <raghavkaul@google.com> Signed-off-by: Raghav Kaul <raghavkaul@google.com>
2022-11-01 21:30:17 +03:00
attestor/scorecard-attestor
scorecard.docker
scorecard.releaser
gitblobcache
clients/githubrepo/roundtripper/tokens/server/github-auth-server
clients/githubrepo/roundtripper/tokens/server/github-auth-server.docker
cron/internal/data/add/add
cron/internal/data/validate/validate
cron/internal/data/update/projects-update
cron/internal/controller/controller
cron/internal/controller/controller.docker
cron/internal/worker/worker
cron/internal/cii/cii-worker
cron/internal/cii/cii-worker.docker
cron/internal/shuffle/shuffle
cron/internal/webhook/webhook
cron/internal/webhook/webhook.docker
cron/internal/bq/data-transfer
cron/internal/bq/data-transfer.docker
2020-10-16 17:54:29 +03:00
# Binaries for programs and plugins.
2020-10-09 17:47:59 +03:00
*.exe
*.exe~
*.dll
*.so
*.dylib
2020-10-16 17:54:29 +03:00
# Test binary, built with `go test -c`.
2020-10-09 17:47:59 +03:00
*.test
results.json
*.json
2020-10-09 17:47:59 +03:00
2020-10-16 17:54:29 +03:00
# Output of the go coverage tool, specifically when used with LiteIDE.
*.coverprofile*
**/unit-coverage.out
e2e-coverage.out
2020-10-09 17:47:59 +03:00
2020-10-16 17:54:29 +03:00
# IDE directories.
2020-10-09 17:47:59 +03:00
.vscode/
2020-10-16 17:54:29 +03:00
*.iml
.idea
2020-10-16 17:54:29 +03:00
2021-11-23 19:56:21 +03:00
# tools
bin
cache
2021-02-25 22:51:57 +03:00
output
gitfolder.*
githubrepo.tar.gz
2021-11-23 19:56:21 +03:00
# goreleaser
dist/*