From 2169bc44c7cd4a8943e9cc5964d4bfc238dd5c44 Mon Sep 17 00:00:00 2001 From: Arnaud J Le Hors Date: Fri, 2 Dec 2022 00:08:48 +0100 Subject: [PATCH] Use new project name in Copyright notices (#2505) Signed-off-by: Arnaud J Le Hors Signed-off-by: Arnaud J Le Hors --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/depsreview.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/goreleaser.yaml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/publishimage.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/verify.yml | 2 +- Dockerfile | 2 +- LICENSE | 2 +- attestor/Dockerfile | 2 +- attestor/command/check.go | 2 +- attestor/command/cli.go | 2 +- attestor/command/sign.go | 2 +- attestor/policy/attestation_policy.go | 2 +- attestor/policy/attestation_policy_test.go | 2 +- attestor/policy/testdata/policy-binauthz-allowlist.yaml | 2 +- attestor/policy/testdata/policy-binauthz-invalid.yaml | 2 +- attestor/policy/testdata/policy-binauthz-missingparam.yaml | 2 +- attestor/policy/testdata/policy-binauthz.yaml | 2 +- attestor/root.go | 2 +- checker/check_request.go | 2 +- checker/check_result.go | 2 +- checker/check_runner.go | 2 +- checker/client.go | 2 +- checker/detail_logger.go | 2 +- checker/detail_logger_impl.go | 2 +- checker/raw_result.go | 2 +- checks/all_checks.go | 2 +- checks/all_checks_test.go | 2 +- checks/binary_artifact.go | 2 +- checks/binary_artifact_test.go | 2 +- checks/branch_protection.go | 2 +- checks/branch_protection_test.go | 2 +- checks/ci_tests.go | 2 +- checks/cii_best_practices.go | 2 +- checks/cii_best_practices_test.go | 2 +- checks/code_review.go | 2 +- checks/code_review_test.go | 2 +- checks/contributors.go | 2 +- checks/contributors_test.go | 2 +- checks/dangerous_workflow.go | 2 +- checks/dependency_update_tool.go | 2 +- checks/dependency_update_tool_test.go | 2 +- checks/errors.go | 2 +- checks/evaluation/binary_artifacts.go | 2 +- checks/evaluation/binary_artifacts_test.go | 2 +- checks/evaluation/branch_protection.go | 2 +- checks/evaluation/branch_protection_test.go | 2 +- checks/evaluation/ci_tests.go | 2 +- checks/evaluation/ci_tests_test.go | 2 +- checks/evaluation/cii_best_practices.go | 2 +- checks/evaluation/code_review.go | 2 +- checks/evaluation/code_review_test.go | 2 +- checks/evaluation/contributors.go | 2 +- checks/evaluation/dangerous_workflow.go | 2 +- checks/evaluation/dependency_update_tool.go | 2 +- checks/evaluation/dependency_update_tool_test.go | 2 +- checks/evaluation/fuzzing.go | 2 +- checks/evaluation/license.go | 2 +- checks/evaluation/maintained.go | 2 +- checks/evaluation/packaging.go | 2 +- checks/evaluation/permissions.go | 2 +- checks/evaluation/pinned_dependencies.go | 2 +- checks/evaluation/pinned_dependencies_test.go | 2 +- checks/evaluation/security_policy.go | 2 +- checks/evaluation/security_policy_test.go | 2 +- checks/evaluation/signed_releases.go | 2 +- checks/evaluation/vulnerabilities.go | 2 +- checks/evaluation/vulnerabilities_test.go | 2 +- checks/evaluation/webhooks.go | 2 +- checks/evaluation/webhooks_test.go | 2 +- checks/fileparser/errors.go | 2 +- checks/fileparser/github_workflow.go | 2 +- checks/fileparser/github_workflow_test.go | 2 +- checks/fileparser/listing.go | 2 +- checks/fileparser/listing_test.go | 2 +- checks/fuzzing.go | 2 +- checks/fuzzing_test.go | 2 +- checks/license.go | 2 +- checks/license_test.go | 2 +- checks/maintained.go | 2 +- checks/maintained_test.go | 2 +- checks/packaging.go | 2 +- checks/permissions.go | 2 +- checks/permissions_test.go | 2 +- checks/pinned_dependencies.go | 2 +- checks/raw/binary_artifact.go | 2 +- checks/raw/binary_artifact_test.go | 2 +- checks/raw/branch_protection.go | 2 +- checks/raw/branch_protection_test.go | 2 +- checks/raw/ci_tests.go | 2 +- checks/raw/cii_best_practices.go | 2 +- checks/raw/code_review.go | 2 +- checks/raw/code_review_test.go | 2 +- checks/raw/contributors.go | 2 +- checks/raw/dangerous_workflow.go | 2 +- checks/raw/dangerous_workflow_test.go | 2 +- checks/raw/dependency_update_tool.go | 2 +- checks/raw/dependency_update_tool_test.go | 2 +- checks/raw/errors.go | 2 +- checks/raw/fuzzing.go | 2 +- checks/raw/fuzzing_test.go | 2 +- checks/raw/license.go | 2 +- checks/raw/license_test.go | 2 +- checks/raw/maintained.go | 2 +- checks/raw/packaging.go | 2 +- checks/raw/permissions.go | 2 +- checks/raw/pinned_dependencies.go | 2 +- checks/raw/pinned_dependencies_test.go | 2 +- checks/raw/security_policy.go | 2 +- checks/raw/security_policy_test.go | 2 +- checks/raw/shell_download_validate.go | 2 +- checks/raw/shell_download_validate_test.go | 2 +- checks/raw/signed_releases.go | 2 +- .../testdata/.github/workflows/github-workflow-comments.yaml | 2 +- .../.github/workflows/github-workflow-curl-default.yaml | 2 +- .../.github/workflows/github-workflow-curl-no-default.yaml | 2 +- .../.github/workflows/github-workflow-download-lines.yaml | 2 +- .../.github/workflows/github-workflow-matrix-expression.yaml | 2 +- .../workflows/github-workflow-multiple-unpinned-uses.yaml | 2 +- .../.github/workflows/github-workflow-pkg-managers.yaml | 2 +- .../.github/workflows/github-workflow-wget-across-steps.yaml | 2 +- .../raw/testdata/.github/workflows/workflow-local-action.yaml | 2 +- .../workflow-mix-github-and-non-github-not-pinned.yaml | 2 +- .../workflows/workflow-mix-github-and-non-github-pinned.yaml | 2 +- .../workflows/workflow-mix-pinned-and-non-pinned-github.yaml | 2 +- .../workflow-mix-pinned-and-non-pinned-non-github.yaml | 2 +- .../.github/workflows/workflow-non-github-pinned.yaml | 2 +- .../raw/testdata/.github/workflows/workflow-not-pinned.yaml | 2 +- checks/raw/testdata/.github/workflows/workflow-pinned.yaml | 2 +- checks/raw/testdata/Dockerfile-args | 2 +- checks/raw/testdata/Dockerfile-aws-file | 2 +- checks/raw/testdata/Dockerfile-curl-file-sh | 2 +- checks/raw/testdata/Dockerfile-curl-sh | 2 +- checks/raw/testdata/Dockerfile-download-lines | 2 +- checks/raw/testdata/Dockerfile-download-multi-runs | 2 +- checks/raw/testdata/Dockerfile-gsutil-file | 2 +- checks/raw/testdata/Dockerfile-invalid | 2 +- checks/raw/testdata/Dockerfile-no-curl-sh | 2 +- checks/raw/testdata/Dockerfile-not-pinned | 2 +- checks/raw/testdata/Dockerfile-not-pinned-as | 2 +- checks/raw/testdata/Dockerfile-pinned | 2 +- checks/raw/testdata/Dockerfile-pinned-as | 2 +- checks/raw/testdata/Dockerfile-pinned-as-without-hash | 2 +- checks/raw/testdata/Dockerfile-pkg-managers | 2 +- checks/raw/testdata/Dockerfile-proc-subs | 2 +- checks/raw/testdata/Dockerfile-script-ok | 2 +- checks/raw/testdata/Dockerfile-some-python | 2 +- checks/raw/testdata/Dockerfile-wget-bin-sh | 2 +- checks/raw/testdata/Dockerfile-wget-file | 2 +- checks/raw/testdata/script-bash | 2 +- checks/raw/testdata/script-comments.sh | 2 +- checks/raw/testdata/script-free-from-download.sh | 2 +- checks/raw/testdata/script-invalid.sh | 2 +- checks/raw/testdata/script-pkg-managers | 2 +- checks/raw/testdata/shell_file_awk_shebang.sh | 2 +- checks/raw/testdata/shell_file_bash_shebang1.sh | 2 +- checks/raw/testdata/shell_file_bash_shebang2.sh | 2 +- checks/raw/testdata/shell_file_bash_shebang3.sh | 2 +- checks/raw/testdata/shell_file_mksh_shebang.sh | 2 +- checks/raw/testdata/shell_file_no_shebang.sh | 2 +- checks/raw/testdata/shell_file_sh_shebang.sh | 2 +- checks/raw/testdata/shell_file_zsh_shebang.sh | 2 +- checks/raw/vulnerabilities.go | 2 +- checks/raw/vulnerabilities_test.go | 2 +- checks/raw/webhook.go | 2 +- checks/raw/webhooks_test.go | 2 +- checks/sast.go | 2 +- checks/sast_test.go | 2 +- checks/security_policy.go | 2 +- checks/security_policy_test.go | 2 +- checks/signed_releases.go | 2 +- checks/signed_releases_test.go | 2 +- .../github-workflow-dangerous-pattern-default-checkout.yml | 2 +- .../github-workflow-dangerous-pattern-safe-trigger.yml | 2 +- .../github-workflow-dangerous-pattern-trusted-checkout.yml | 2 +- ...ub-workflow-dangerous-pattern-trusted-script-injection.yml | 2 +- ...flow-dangerous-pattern-untrusted-checkout-workflow_run.yml | 2 +- .../github-workflow-dangerous-pattern-untrusted-checkout.yml | 2 +- ...ow-dangerous-pattern-untrusted-inline-script-injection.yml | 2 +- ...-dangerous-pattern-untrusted-multiple-script-injection.yml | 2 +- ...-dangerous-pattern-untrusted-script-injection-wildcard.yml | 2 +- ...-workflow-dangerous-pattern-untrusted-script-injection.yml | 2 +- .../.github/workflows/github-workflow-packaging-cargo.yaml | 2 +- .../workflows/github-workflow-packaging-docker-action.yaml | 2 +- .../workflows/github-workflow-packaging-docker-push.yaml | 2 +- .../.github/workflows/github-workflow-packaging-gem.yaml | 2 +- .../.github/workflows/github-workflow-packaging-go.yaml | 2 +- .../.github/workflows/github-workflow-packaging-gradle.yaml | 2 +- .../workflows/github-workflow-packaging-maven-multi-line.yaml | 2 +- .../.github/workflows/github-workflow-packaging-maven.yaml | 2 +- .../workflows/github-workflow-packaging-npm-github.yaml | 2 +- .../.github/workflows/github-workflow-packaging-npm.yaml | 2 +- .../.github/workflows/github-workflow-packaging-nuget.yaml | 2 +- .../workflows/github-workflow-packaging-pypi-failing.yaml | 2 +- .../workflows/github-workflow-packaging-pypi-minimal.yaml | 2 +- .../.github/workflows/github-workflow-packaging-pypi.yaml | 2 +- .../github-workflow-packaging-python-semantic-release.yaml | 2 +- .../.github/workflows/github-workflow-permissions-absent.yaml | 2 +- .../workflows/github-workflow-permissions-actions.yaml | 2 +- ...ithub-workflow-permissions-contents-writes-no-release.yaml | 2 +- ...kflow-permissions-contents-writes-release-mvn-release.yaml | 2 +- .../github-workflow-permissions-contents-writes-release.yaml | 2 +- .../workflows/github-workflow-permissions-contents.yaml | 2 +- .../workflows/github-workflow-permissions-gh-pages.yaml | 2 +- .../workflows/github-workflow-permissions-jobs-only.yaml | 2 +- .../.github/workflows/github-workflow-permissions-none.yaml | 2 +- .../.github/workflows/github-workflow-permissions-nones.yaml | 2 +- .../github-workflow-permissions-packages-writes.yaml | 2 +- .../workflows/github-workflow-permissions-packages.yaml | 2 +- .../workflows/github-workflow-permissions-readall.yaml | 2 +- .../.github/workflows/github-workflow-permissions-reads.yaml | 2 +- .../github-workflow-permissions-run-codeql-write.yaml | 2 +- .../workflows/github-workflow-permissions-run-level-only.yaml | 2 +- .../github-workflow-permissions-run-no-codeql-write.yaml | 2 +- ...ithub-workflow-permissions-run-package-workflow-write.yaml | 2 +- .../github-workflow-permissions-run-package-write.yaml | 2 +- .../github-workflow-permissions-run-write-codeql-comment.yaml | 2 +- .../workflows/github-workflow-permissions-run-writes-2.yaml | 2 +- .../workflows/github-workflow-permissions-run-writes.yaml | 2 +- .../github-workflow-permissions-secevent-deployments.yaml | 2 +- .../workflows/github-workflow-permissions-status-checks.yaml | 2 +- .../workflows/github-workflow-permissions-top-level-only.yaml | 2 +- .../workflows/github-workflow-permissions-writeall.yaml | 2 +- .../.github/workflows/github-workflow-permissions-writes.yaml | 2 +- .../workflows/github-workflow-shells-all-windows-bash.yaml | 2 +- ...thub-workflow-shells-all-windows-matrix-include-empty.yaml | 2 +- .../github-workflow-shells-all-windows-matrix-include.yaml | 2 +- .../workflows/github-workflow-shells-all-windows-matrix.yaml | 2 +- .../.github/workflows/github-workflow-shells-all-windows.yaml | 2 +- .../workflows/github-workflow-shells-default-macos.yaml | 2 +- .../workflows/github-workflow-shells-default-ubuntu.yaml | 2 +- .../workflows/github-workflow-shells-default-windows.yaml | 2 +- .../github-workflow-shells-runner-windows-ubuntu.yaml | 2 +- .../workflows/github-workflow-shells-specified-job-step.yaml | 2 +- .../github-workflow-shells-specified-job-windows.yaml | 2 +- .../workflows/github-workflow-shells-specified-job.yaml | 2 +- .../workflows/github-workflow-shells-speficied-step.yaml | 2 +- .../.github/workflows/github-workflow-shells-two-shells.yaml | 2 +- .../workflows/github-workflow-shells-windows-bash.yaml | 2 +- checks/testdata/Dockerfile-pinned-without-hash | 2 +- checks/testdata/script-sh | 2 +- checks/testdata/script.sh | 2 +- checks/vulnerabilities.go | 2 +- checks/vulnerabilities_test.go | 2 +- checks/webhook.go | 2 +- checks/webhook_test.go | 2 +- clients/branch.go | 2 +- clients/checkruns.go | 2 +- clients/cii_blob_client.go | 2 +- clients/cii_client.go | 2 +- clients/cii_http_client.go | 2 +- clients/cii_response.go | 2 +- clients/commit.go | 2 +- clients/githubrepo/branches.go | 2 +- clients/githubrepo/branches_e2e_test.go | 2 +- clients/githubrepo/checkruns.go | 2 +- clients/githubrepo/client.go | 2 +- clients/githubrepo/contributors.go | 2 +- clients/githubrepo/copy.go | 2 +- clients/githubrepo/githubrepo_suite_test.go | 2 +- clients/githubrepo/graphql.go | 2 +- clients/githubrepo/graphql_e2e_test.go | 2 +- clients/githubrepo/languages.go | 2 +- clients/githubrepo/licenses.go | 2 +- clients/githubrepo/releases.go | 2 +- clients/githubrepo/repo.go | 2 +- clients/githubrepo/repo_test.go | 2 +- clients/githubrepo/roundtripper/census.go | 2 +- clients/githubrepo/roundtripper/rate_limit.go | 2 +- clients/githubrepo/roundtripper/roundtripper.go | 2 +- clients/githubrepo/roundtripper/tokens/accessor.go | 2 +- clients/githubrepo/roundtripper/tokens/round_robin.go | 2 +- clients/githubrepo/roundtripper/tokens/rpc.go | 2 +- clients/githubrepo/roundtripper/tokens/rpc_client.go | 2 +- clients/githubrepo/roundtripper/tokens/server/Dockerfile | 2 +- clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml | 2 +- clients/githubrepo/roundtripper/tokens/server/main.go | 2 +- clients/githubrepo/roundtripper/transport.go | 2 +- clients/githubrepo/search.go | 2 +- clients/githubrepo/searchCommits.go | 2 +- clients/githubrepo/searchCommits_test.go | 2 +- clients/githubrepo/search_test.go | 2 +- clients/githubrepo/stats/stats.go | 2 +- clients/githubrepo/statuses.go | 2 +- clients/githubrepo/tarball.go | 2 +- clients/githubrepo/tarball_test.go | 2 +- clients/githubrepo/webhook.go | 2 +- clients/githubrepo/workflows.go | 2 +- clients/gitlabrepo/branches.go | 2 +- clients/gitlabrepo/checkruns.go | 2 +- clients/gitlabrepo/client.go | 2 +- clients/gitlabrepo/commits.go | 2 +- clients/gitlabrepo/contributors.go | 2 +- clients/gitlabrepo/issues.go | 2 +- clients/gitlabrepo/languages.go | 2 +- clients/gitlabrepo/licenses.go | 2 +- clients/gitlabrepo/project.go | 2 +- clients/gitlabrepo/releases.go | 2 +- clients/gitlabrepo/repo.go | 2 +- clients/gitlabrepo/repo_test.go | 2 +- clients/gitlabrepo/search.go | 2 +- clients/gitlabrepo/searchCommits.go | 2 +- clients/gitlabrepo/searchCommits_test.go | 2 +- clients/gitlabrepo/search_test.go | 2 +- clients/gitlabrepo/statuses.go | 2 +- clients/gitlabrepo/webhook.go | 2 +- clients/gitlabrepo/workflows.go | 2 +- clients/issue.go | 2 +- clients/languages.go | 2 +- clients/licenses.go | 2 +- clients/localdir/client.go | 2 +- clients/localdir/client_test.go | 2 +- clients/localdir/repo.go | 2 +- clients/mockclients/cii_client.go | 2 +- clients/mockclients/license.txt | 2 +- clients/mockclients/repo.go | 2 +- clients/mockclients/repo_client.go | 2 +- clients/mockclients/vulnerabilities.go | 2 +- clients/osv.go | 2 +- clients/pull_request.go | 2 +- clients/release.go | 2 +- clients/repo.go | 2 +- clients/repo_client.go | 2 +- clients/search.go | 2 +- clients/statuses.go | 2 +- clients/user.go | 2 +- clients/vulnerabilities.go | 2 +- clients/webhook.go | 2 +- clients/workflows.go | 2 +- cloudbuild/scorecard-tag.yaml | 2 +- cloudbuild/scorecard.yaml | 2 +- cmd/package_managers.go | 2 +- cmd/package_managers_test.go | 2 +- cmd/packagemanager_client.go | 2 +- cmd/packagemanager_mockclient.go | 2 +- cmd/root.go | 2 +- cmd/serve.go | 2 +- codeql.js | 2 +- cron/cloudbuild/cii.yaml | 2 +- cron/cloudbuild/controller.yaml | 2 +- cron/cloudbuild/transfer.yaml | 2 +- cron/cloudbuild/webhook.release.yaml | 2 +- cron/cloudbuild/worker.yaml | 2 +- cron/config/config.go | 2 +- cron/config/config.yaml | 2 +- cron/config/config_test.go | 2 +- cron/config/testdata/basic.yaml | 2 +- cron/config/testdata/missing_field.yaml | 2 +- cron/config/testdata/optional_maps.yaml | 2 +- cron/data/blob.go | 2 +- cron/data/blob_test.go | 2 +- cron/data/format.go | 2 +- cron/data/format_test.go | 2 +- cron/data/iterator.go | 2 +- cron/data/iterator_test.go | 2 +- cron/data/metadata.pb.go | 2 +- cron/data/metadata.proto | 2 +- cron/data/request.pb.go | 2 +- cron/data/request.proto | 2 +- cron/data/summary.go | 2 +- cron/data/summary_test.go | 2 +- cron/data/writer.go | 2 +- cron/data/writer_test.go | 2 +- cron/internal/bq/Dockerfile | 2 +- cron/internal/bq/main.go | 2 +- cron/internal/bq/transfer.go | 2 +- cron/internal/cii/Dockerfile | 2 +- cron/internal/cii/main.go | 2 +- cron/internal/controller/Dockerfile | 2 +- cron/internal/controller/bucket.go | 2 +- cron/internal/controller/bucket_test.go | 2 +- cron/internal/controller/main.go | 2 +- cron/internal/data/add/main.go | 2 +- cron/internal/data/add/main_test.go | 2 +- cron/internal/data/update/dependency.go | 2 +- cron/internal/data/update/main.go | 2 +- cron/internal/data/validate/main.go | 2 +- cron/internal/format/json.go | 2 +- cron/internal/format/json_raw_results.go | 2 +- cron/internal/format/json_raw_results_test.go | 2 +- cron/internal/format/json_test.go | 2 +- cron/internal/format/mock_doc.go | 2 +- cron/internal/format/schema_gen.go | 2 +- cron/internal/format/schema_gen_test.go | 2 +- cron/internal/pubsub/publisher.go | 2 +- cron/internal/pubsub/publisher_test.go | 2 +- cron/internal/pubsub/subscriber.go | 2 +- cron/internal/pubsub/subscriber_gcs.go | 2 +- cron/internal/pubsub/subscriber_gocloud.go | 2 +- cron/internal/pubsub/subscriber_gocloud_test.go | 2 +- cron/internal/shuffle/main.go | 2 +- cron/internal/webhook/Dockerfile | 2 +- cron/internal/webhook/main.go | 2 +- cron/internal/worker/Dockerfile | 2 +- cron/internal/worker/main.go | 2 +- cron/k8s/auth.yaml | 2 +- cron/k8s/cii.yaml | 2 +- cron/k8s/controller.release.yaml | 2 +- cron/k8s/controller.yaml | 2 +- cron/k8s/transfer-raw.yaml | 2 +- cron/k8s/transfer.release-raw.yaml | 2 +- cron/k8s/transfer.release.yaml | 2 +- cron/k8s/transfer.yaml | 2 +- cron/k8s/webhook.release.yaml | 2 +- cron/k8s/worker.release.yaml | 2 +- cron/k8s/worker.yaml | 2 +- cron/monitoring/exporter.go | 2 +- cron/monitoring/printer.go | 2 +- cron/worker/worker.go | 2 +- cron/worker/worker_test.go | 2 +- dependencydiff/dependencydiff.go | 2 +- dependencydiff/dependencydiff_test.go | 2 +- dependencydiff/errors.go | 2 +- dependencydiff/mapping.go | 2 +- dependencydiff/raw_dependencies.go | 2 +- docs/checks/doc.go | 2 +- docs/checks/impl.go | 2 +- docs/checks/internal/checks.yaml | 2 +- docs/checks/internal/generate/main.go | 2 +- docs/checks/internal/reader.go | 2 +- docs/checks/internal/validate/main.go | 2 +- e2e/binary_artifacts_test.go | 2 +- e2e/branch_protection_test.go | 2 +- e2e/ci_tests_test.go | 2 +- e2e/cii_best_practices_test.go | 2 +- e2e/code_review_test.go | 2 +- e2e/contributors_test.go | 2 +- e2e/dangerous_workflow_test.go | 2 +- e2e/dependency_update_tool_test.go | 2 +- e2e/dependencydiff_test.go | 2 +- e2e/e2e_suite_test.go | 2 +- e2e/fuzzing_test.go | 2 +- e2e/license_test.go | 2 +- e2e/maintained_test.go | 2 +- e2e/packaging_test.go | 2 +- e2e/permissions_test.go | 2 +- e2e/pinned_dependencies_test.go | 2 +- e2e/sast_test.go | 2 +- e2e/security_policy_test.go | 2 +- e2e/signedreleases_test.go | 2 +- e2e/vulnerabilities_test.go | 2 +- errors/internal.go | 2 +- errors/public.go | 2 +- log/log.go | 2 +- main.go | 2 +- options/options.go | 2 +- options/options_test.go | 2 +- pkg/common.go | 2 +- pkg/common_test.go | 2 +- pkg/dependencydiff_result.go | 2 +- pkg/json.go | 2 +- pkg/json_raw_results.go | 2 +- pkg/json_test.go | 2 +- pkg/mock_doc.go | 2 +- pkg/sarif.go | 2 +- pkg/sarif_test.go | 2 +- pkg/scorecard.go | 2 +- pkg/scorecard_result.go | 2 +- pkg/scorecard_test.go | 2 +- policy/policy.go | 2 +- policy/policy.pb.go | 2 +- policy/policy.proto | 2 +- policy/policy_test.go | 2 +- policy/testdata/policy-invalid-check.yaml | 2 +- policy/testdata/policy-invalid-mode.yaml | 2 +- policy/testdata/policy-invalid-score-0.yaml | 2 +- policy/testdata/policy-invalid-score-10.yaml | 2 +- policy/testdata/policy-multiple-defs.yaml | 2 +- policy/testdata/policy-no-score-disabled.yaml | 2 +- policy/testdata/policy-ok.yaml | 2 +- remediation/remediations.go | 2 +- remediation/remediations_test.go | 2 +- scripts/version-ldflags | 2 +- stats/measures.go | 2 +- stats/tags.go | 2 +- stats/views.go | 2 +- tools/tools.go | 2 +- utests/utlib.go | 2 +- 481 files changed, 482 insertions(+), 482 deletions(-) mode change 100755 => 100644 scripts/version-ldflags diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 729dedd0..c6d0dcd3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index 9d04425e..d7a51e3f 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 32980e8c..48b31480 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index f532f914..d8ad8dd8 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d6813d81..abbcc489 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9bcd3811..3d8a02fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -903,5 +903,5 @@ jobs: run: | go env -w GOFLAGS=-mod=mod go install github.com/google/addlicense@2fe3ee94479d08be985a84861de4e6b06a1c7208 - addlicense -ignore "**/script-empty.sh" -ignore "testdata/**" -ignore "**/testdata/**" -l apache -c 'Security Scorecard Authors' -v * + addlicense -ignore "**/script-empty.sh" -ignore "testdata/**" -ignore "**/testdata/**" -l apache -c 'OpenSSF Scorecard Authors' -v * git diff --exit-code diff --git a/.github/workflows/publishimage.yml b/.github/workflows/publishimage.yml index 2d427471..fb0d607f 100644 --- a/.github/workflows/publishimage.yml +++ b/.github/workflows/publishimage.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 077a04d6..9ae16187 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 49072b4c..22934ff2 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Dockerfile b/Dockerfile index 1a40601c..e8d66b69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 Security Scorecard Authors +# Copyright 2020 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index 15a7423e..18f7f43f 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Security Scorecard Authors + Copyright 2020 OpenSSF Scorecard Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/attestor/Dockerfile b/attestor/Dockerfile index 8f4a0fee..ec4d6949 100644 --- a/attestor/Dockerfile +++ b/attestor/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2022 Security Scorecard Authors +# Copyright 2022 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/attestor/command/check.go b/attestor/command/check.go index 1b660d8a..f5657293 100644 --- a/attestor/command/check.go +++ b/attestor/command/check.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/attestor/command/cli.go b/attestor/command/cli.go index b627d892..0f8e8923 100644 --- a/attestor/command/cli.go +++ b/attestor/command/cli.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/attestor/command/sign.go b/attestor/command/sign.go index 6d250d5e..566f3d3e 100644 --- a/attestor/command/sign.go +++ b/attestor/command/sign.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/attestor/policy/attestation_policy.go b/attestor/policy/attestation_policy.go index 8d47254c..cb478898 100644 --- a/attestor/policy/attestation_policy.go +++ b/attestor/policy/attestation_policy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/attestor/policy/attestation_policy_test.go b/attestor/policy/attestation_policy_test.go index dbb63243..b38fb576 100644 --- a/attestor/policy/attestation_policy_test.go +++ b/attestor/policy/attestation_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/attestor/policy/testdata/policy-binauthz-allowlist.yaml b/attestor/policy/testdata/policy-binauthz-allowlist.yaml index fa3f3103..999ec1ec 100644 --- a/attestor/policy/testdata/policy-binauthz-allowlist.yaml +++ b/attestor/policy/testdata/policy-binauthz-allowlist.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/policy/testdata/policy-binauthz-invalid.yaml b/attestor/policy/testdata/policy-binauthz-invalid.yaml index ae259c94..9ee70b10 100644 --- a/attestor/policy/testdata/policy-binauthz-invalid.yaml +++ b/attestor/policy/testdata/policy-binauthz-invalid.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/policy/testdata/policy-binauthz-missingparam.yaml b/attestor/policy/testdata/policy-binauthz-missingparam.yaml index abe64833..82e8d0b7 100644 --- a/attestor/policy/testdata/policy-binauthz-missingparam.yaml +++ b/attestor/policy/testdata/policy-binauthz-missingparam.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/policy/testdata/policy-binauthz.yaml b/attestor/policy/testdata/policy-binauthz.yaml index 1a14ff3b..e87a683e 100644 --- a/attestor/policy/testdata/policy-binauthz.yaml +++ b/attestor/policy/testdata/policy-binauthz.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/root.go b/attestor/root.go index b4b967d2..70245ecc 100644 --- a/attestor/root.go +++ b/attestor/root.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checker/check_request.go b/checker/check_request.go index caaf66a0..bc938be6 100644 --- a/checker/check_request.go +++ b/checker/check_request.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checker/check_result.go b/checker/check_result.go index 2866d121..f3fde781 100644 --- a/checker/check_result.go +++ b/checker/check_result.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checker/check_runner.go b/checker/check_runner.go index 8df69565..edf5fcfb 100644 --- a/checker/check_runner.go +++ b/checker/check_runner.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checker/client.go b/checker/client.go index 5653e5bc..fba3c459 100644 --- a/checker/client.go +++ b/checker/client.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checker/detail_logger.go b/checker/detail_logger.go index 0c09f3a0..e08b73d6 100644 --- a/checker/detail_logger.go +++ b/checker/detail_logger.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checker/detail_logger_impl.go b/checker/detail_logger_impl.go index e93da1cf..bca61339 100644 --- a/checker/detail_logger_impl.go +++ b/checker/detail_logger_impl.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checker/raw_result.go b/checker/raw_result.go index 35548a3d..c2789927 100644 --- a/checker/raw_result.go +++ b/checker/raw_result.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/all_checks.go b/checks/all_checks.go index 31f3f6e4..50031098 100644 --- a/checks/all_checks.go +++ b/checks/all_checks.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/all_checks_test.go b/checks/all_checks_test.go index ab20303b..276bc7d7 100644 --- a/checks/all_checks_test.go +++ b/checks/all_checks_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/binary_artifact.go b/checks/binary_artifact.go index 636a8f2d..354e9cbc 100644 --- a/checks/binary_artifact.go +++ b/checks/binary_artifact.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/binary_artifact_test.go b/checks/binary_artifact_test.go index 94b4c8ce..1634f158 100644 --- a/checks/binary_artifact_test.go +++ b/checks/binary_artifact_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/branch_protection.go b/checks/branch_protection.go index a45bac72..bb48a863 100644 --- a/checks/branch_protection.go +++ b/checks/branch_protection.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/branch_protection_test.go b/checks/branch_protection_test.go index 0b5f5a5f..699a097a 100644 --- a/checks/branch_protection_test.go +++ b/checks/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/ci_tests.go b/checks/ci_tests.go index 5cd76488..913aa90a 100644 --- a/checks/ci_tests.go +++ b/checks/ci_tests.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/cii_best_practices.go b/checks/cii_best_practices.go index f24ad36a..fd7f5679 100644 --- a/checks/cii_best_practices.go +++ b/checks/cii_best_practices.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/cii_best_practices_test.go b/checks/cii_best_practices_test.go index 81fe156a..943e52a7 100644 --- a/checks/cii_best_practices_test.go +++ b/checks/cii_best_practices_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/code_review.go b/checks/code_review.go index 11bfff72..17372e52 100644 --- a/checks/code_review.go +++ b/checks/code_review.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/code_review_test.go b/checks/code_review_test.go index ee1aca1a..1b48c060 100644 --- a/checks/code_review_test.go +++ b/checks/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/contributors.go b/checks/contributors.go index c30d59a6..c8e000a8 100644 --- a/checks/contributors.go +++ b/checks/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/contributors_test.go b/checks/contributors_test.go index df81343d..d059325e 100644 --- a/checks/contributors_test.go +++ b/checks/contributors_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/dangerous_workflow.go b/checks/dangerous_workflow.go index 62a4d96c..5b12f488 100644 --- a/checks/dangerous_workflow.go +++ b/checks/dangerous_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/dependency_update_tool.go b/checks/dependency_update_tool.go index 5f0f2b49..fee37c19 100644 --- a/checks/dependency_update_tool.go +++ b/checks/dependency_update_tool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/dependency_update_tool_test.go b/checks/dependency_update_tool_test.go index 4e33c5f0..2b21e6f9 100644 --- a/checks/dependency_update_tool_test.go +++ b/checks/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/errors.go b/checks/errors.go index 703a2bb0..a31ea46f 100644 --- a/checks/errors.go +++ b/checks/errors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/binary_artifacts.go b/checks/evaluation/binary_artifacts.go index dcb9e08c..f8ef247f 100644 --- a/checks/evaluation/binary_artifacts.go +++ b/checks/evaluation/binary_artifacts.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/binary_artifacts_test.go b/checks/evaluation/binary_artifacts_test.go index 3f63ce16..7a4ccab2 100644 --- a/checks/evaluation/binary_artifacts_test.go +++ b/checks/evaluation/binary_artifacts_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/branch_protection.go b/checks/evaluation/branch_protection.go index ff97276d..939426b0 100644 --- a/checks/evaluation/branch_protection.go +++ b/checks/evaluation/branch_protection.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/branch_protection_test.go b/checks/evaluation/branch_protection_test.go index ff628977..4bf1ca64 100644 --- a/checks/evaluation/branch_protection_test.go +++ b/checks/evaluation/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/ci_tests.go b/checks/evaluation/ci_tests.go index e7728487..f8d4163e 100644 --- a/checks/evaluation/ci_tests.go +++ b/checks/evaluation/ci_tests.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/ci_tests_test.go b/checks/evaluation/ci_tests_test.go index 4f1515dc..edf949f8 100644 --- a/checks/evaluation/ci_tests_test.go +++ b/checks/evaluation/ci_tests_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/cii_best_practices.go b/checks/evaluation/cii_best_practices.go index b18b7231..3c654c0f 100644 --- a/checks/evaluation/cii_best_practices.go +++ b/checks/evaluation/cii_best_practices.go @@ -1,4 +1,4 @@ -// Copyright Security Scorecard Authors +// Copyright OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/code_review.go b/checks/evaluation/code_review.go index a9ff288b..f838d221 100644 --- a/checks/evaluation/code_review.go +++ b/checks/evaluation/code_review.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/code_review_test.go b/checks/evaluation/code_review_test.go index caddfa3f..794a6823 100644 --- a/checks/evaluation/code_review_test.go +++ b/checks/evaluation/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/contributors.go b/checks/evaluation/contributors.go index 201c9c16..1425f608 100644 --- a/checks/evaluation/contributors.go +++ b/checks/evaluation/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/dangerous_workflow.go b/checks/evaluation/dangerous_workflow.go index faf9ce8f..be37c6cd 100644 --- a/checks/evaluation/dangerous_workflow.go +++ b/checks/evaluation/dangerous_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/dependency_update_tool.go b/checks/evaluation/dependency_update_tool.go index 053d4a8b..c527b82b 100644 --- a/checks/evaluation/dependency_update_tool.go +++ b/checks/evaluation/dependency_update_tool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/dependency_update_tool_test.go b/checks/evaluation/dependency_update_tool_test.go index 8e98afba..3774c1e7 100644 --- a/checks/evaluation/dependency_update_tool_test.go +++ b/checks/evaluation/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/fuzzing.go b/checks/evaluation/fuzzing.go index 32d206a5..90695ff7 100644 --- a/checks/evaluation/fuzzing.go +++ b/checks/evaluation/fuzzing.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/license.go b/checks/evaluation/license.go index f5dbc953..efba2fc0 100644 --- a/checks/evaluation/license.go +++ b/checks/evaluation/license.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/maintained.go b/checks/evaluation/maintained.go index 182ff699..a4fd2bfc 100644 --- a/checks/evaluation/maintained.go +++ b/checks/evaluation/maintained.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/packaging.go b/checks/evaluation/packaging.go index f869c92e..fa5b930e 100644 --- a/checks/evaluation/packaging.go +++ b/checks/evaluation/packaging.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/permissions.go b/checks/evaluation/permissions.go index e429f096..eeb612cc 100644 --- a/checks/evaluation/permissions.go +++ b/checks/evaluation/permissions.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/pinned_dependencies.go b/checks/evaluation/pinned_dependencies.go index 89786ff3..ed840c3a 100644 --- a/checks/evaluation/pinned_dependencies.go +++ b/checks/evaluation/pinned_dependencies.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/pinned_dependencies_test.go b/checks/evaluation/pinned_dependencies_test.go index fa0640f8..3028adf9 100644 --- a/checks/evaluation/pinned_dependencies_test.go +++ b/checks/evaluation/pinned_dependencies_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/security_policy.go b/checks/evaluation/security_policy.go index 82bdb5df..df0f895e 100644 --- a/checks/evaluation/security_policy.go +++ b/checks/evaluation/security_policy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/security_policy_test.go b/checks/evaluation/security_policy_test.go index b772e3de..e8c714ae 100644 --- a/checks/evaluation/security_policy_test.go +++ b/checks/evaluation/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/signed_releases.go b/checks/evaluation/signed_releases.go index cb54cf33..86e8b45d 100644 --- a/checks/evaluation/signed_releases.go +++ b/checks/evaluation/signed_releases.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/vulnerabilities.go b/checks/evaluation/vulnerabilities.go index d747165a..0c71d7a4 100644 --- a/checks/evaluation/vulnerabilities.go +++ b/checks/evaluation/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/vulnerabilities_test.go b/checks/evaluation/vulnerabilities_test.go index 8d7dbd68..c524b357 100644 --- a/checks/evaluation/vulnerabilities_test.go +++ b/checks/evaluation/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/webhooks.go b/checks/evaluation/webhooks.go index b48314f3..adce23a1 100644 --- a/checks/evaluation/webhooks.go +++ b/checks/evaluation/webhooks.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/evaluation/webhooks_test.go b/checks/evaluation/webhooks_test.go index 61a8763c..4fefeb47 100644 --- a/checks/evaluation/webhooks_test.go +++ b/checks/evaluation/webhooks_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/fileparser/errors.go b/checks/fileparser/errors.go index 2ca8f1e0..88a6768f 100644 --- a/checks/fileparser/errors.go +++ b/checks/fileparser/errors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/fileparser/github_workflow.go b/checks/fileparser/github_workflow.go index 2428ef70..5f70c9a9 100644 --- a/checks/fileparser/github_workflow.go +++ b/checks/fileparser/github_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/fileparser/github_workflow_test.go b/checks/fileparser/github_workflow_test.go index 3a1e8d5a..4702c80a 100644 --- a/checks/fileparser/github_workflow_test.go +++ b/checks/fileparser/github_workflow_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/fileparser/listing.go b/checks/fileparser/listing.go index 03198241..aab72e08 100644 --- a/checks/fileparser/listing.go +++ b/checks/fileparser/listing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/fileparser/listing_test.go b/checks/fileparser/listing_test.go index ff14e008..0c55518d 100644 --- a/checks/fileparser/listing_test.go +++ b/checks/fileparser/listing_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/fuzzing.go b/checks/fuzzing.go index c4919333..1e92d021 100644 --- a/checks/fuzzing.go +++ b/checks/fuzzing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/fuzzing_test.go b/checks/fuzzing_test.go index 8f36a048..3e6e5159 100644 --- a/checks/fuzzing_test.go +++ b/checks/fuzzing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/license.go b/checks/license.go index 5cbed675..99c87a1b 100644 --- a/checks/license.go +++ b/checks/license.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/license_test.go b/checks/license_test.go index b514c887..253d13ca 100644 --- a/checks/license_test.go +++ b/checks/license_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/maintained.go b/checks/maintained.go index c38cd917..ec653d6a 100644 --- a/checks/maintained.go +++ b/checks/maintained.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/maintained_test.go b/checks/maintained_test.go index da7b0c10..25f496de 100644 --- a/checks/maintained_test.go +++ b/checks/maintained_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/packaging.go b/checks/packaging.go index 6f937cb4..248a9b55 100644 --- a/checks/packaging.go +++ b/checks/packaging.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/permissions.go b/checks/permissions.go index 0dbcbb4d..1b6fa52c 100644 --- a/checks/permissions.go +++ b/checks/permissions.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/permissions_test.go b/checks/permissions_test.go index bdc2628a..1c747a35 100644 --- a/checks/permissions_test.go +++ b/checks/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/pinned_dependencies.go b/checks/pinned_dependencies.go index 1720a2fb..3a0cbe91 100644 --- a/checks/pinned_dependencies.go +++ b/checks/pinned_dependencies.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/binary_artifact.go b/checks/raw/binary_artifact.go index ea63aaa1..a5c8404d 100644 --- a/checks/raw/binary_artifact.go +++ b/checks/raw/binary_artifact.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/binary_artifact_test.go b/checks/raw/binary_artifact_test.go index 9b7b966d..2f29599a 100644 --- a/checks/raw/binary_artifact_test.go +++ b/checks/raw/binary_artifact_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/branch_protection.go b/checks/raw/branch_protection.go index 9a8b0838..f777e498 100644 --- a/checks/raw/branch_protection.go +++ b/checks/raw/branch_protection.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/branch_protection_test.go b/checks/raw/branch_protection_test.go index 71364c27..e477b079 100644 --- a/checks/raw/branch_protection_test.go +++ b/checks/raw/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/ci_tests.go b/checks/raw/ci_tests.go index c5f92cbd..5fe8fbe3 100644 --- a/checks/raw/ci_tests.go +++ b/checks/raw/ci_tests.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/cii_best_practices.go b/checks/raw/cii_best_practices.go index 032005a9..e95675fc 100644 --- a/checks/raw/cii_best_practices.go +++ b/checks/raw/cii_best_practices.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/code_review.go b/checks/raw/code_review.go index fee6dad6..bb7992ca 100644 --- a/checks/raw/code_review.go +++ b/checks/raw/code_review.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/code_review_test.go b/checks/raw/code_review_test.go index 8242a944..eace20d3 100644 --- a/checks/raw/code_review_test.go +++ b/checks/raw/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/contributors.go b/checks/raw/contributors.go index 9f149aba..e8a9d56b 100644 --- a/checks/raw/contributors.go +++ b/checks/raw/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/dangerous_workflow.go b/checks/raw/dangerous_workflow.go index d6d47189..31883f4c 100644 --- a/checks/raw/dangerous_workflow.go +++ b/checks/raw/dangerous_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/dangerous_workflow_test.go b/checks/raw/dangerous_workflow_test.go index 7714caa6..3e0e43a6 100644 --- a/checks/raw/dangerous_workflow_test.go +++ b/checks/raw/dangerous_workflow_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/dependency_update_tool.go b/checks/raw/dependency_update_tool.go index 9580e75f..2f927269 100644 --- a/checks/raw/dependency_update_tool.go +++ b/checks/raw/dependency_update_tool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/dependency_update_tool_test.go b/checks/raw/dependency_update_tool_test.go index b7bf6252..f3e8adfd 100644 --- a/checks/raw/dependency_update_tool_test.go +++ b/checks/raw/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/errors.go b/checks/raw/errors.go index d01c3127..23eb5aeb 100644 --- a/checks/raw/errors.go +++ b/checks/raw/errors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/fuzzing.go b/checks/raw/fuzzing.go index 7aa47671..c659460c 100644 --- a/checks/raw/fuzzing.go +++ b/checks/raw/fuzzing.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/fuzzing_test.go b/checks/raw/fuzzing_test.go index 15f4cb29..4aa8d0ce 100644 --- a/checks/raw/fuzzing_test.go +++ b/checks/raw/fuzzing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/license.go b/checks/raw/license.go index 73849ac1..b24ebe22 100644 --- a/checks/raw/license.go +++ b/checks/raw/license.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/license_test.go b/checks/raw/license_test.go index 3a8ebb13..c6055ee9 100644 --- a/checks/raw/license_test.go +++ b/checks/raw/license_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/maintained.go b/checks/raw/maintained.go index fafed8fe..9daae132 100644 --- a/checks/raw/maintained.go +++ b/checks/raw/maintained.go @@ -1,4 +1,4 @@ -// Copyright Security Scorecard Authors +// Copyright OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/packaging.go b/checks/raw/packaging.go index 9e0a0e30..99178d51 100644 --- a/checks/raw/packaging.go +++ b/checks/raw/packaging.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/permissions.go b/checks/raw/permissions.go index 499446f7..52d0c8b1 100644 --- a/checks/raw/permissions.go +++ b/checks/raw/permissions.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/pinned_dependencies.go b/checks/raw/pinned_dependencies.go index 48a2e344..91b628b1 100644 --- a/checks/raw/pinned_dependencies.go +++ b/checks/raw/pinned_dependencies.go @@ -1,4 +1,4 @@ -// Copyright Security Scorecard Authors +// Copyright OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/pinned_dependencies_test.go b/checks/raw/pinned_dependencies_test.go index 58efddb7..bd6005d9 100644 --- a/checks/raw/pinned_dependencies_test.go +++ b/checks/raw/pinned_dependencies_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/security_policy.go b/checks/raw/security_policy.go index 997d78d6..e9670b7c 100644 --- a/checks/raw/security_policy.go +++ b/checks/raw/security_policy.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/security_policy_test.go b/checks/raw/security_policy_test.go index 67abd80c..a934ef32 100644 --- a/checks/raw/security_policy_test.go +++ b/checks/raw/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/shell_download_validate.go b/checks/raw/shell_download_validate.go index a7d77ef8..89d4c129 100644 --- a/checks/raw/shell_download_validate.go +++ b/checks/raw/shell_download_validate.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/shell_download_validate_test.go b/checks/raw/shell_download_validate_test.go index bb47a7cc..b40912f4 100644 --- a/checks/raw/shell_download_validate_test.go +++ b/checks/raw/shell_download_validate_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/signed_releases.go b/checks/raw/signed_releases.go index 39b3343b..1997dacf 100644 --- a/checks/raw/signed_releases.go +++ b/checks/raw/signed_releases.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-comments.yaml b/checks/raw/testdata/.github/workflows/github-workflow-comments.yaml index 2cd92fa8..39b742cf 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-comments.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-comments.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-curl-default.yaml b/checks/raw/testdata/.github/workflows/github-workflow-curl-default.yaml index 8239868c..54dd0bcc 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-curl-default.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-curl-default.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-curl-no-default.yaml b/checks/raw/testdata/.github/workflows/github-workflow-curl-no-default.yaml index 3367c6f7..a51bdcf3 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-curl-no-default.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-curl-no-default.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-download-lines.yaml b/checks/raw/testdata/.github/workflows/github-workflow-download-lines.yaml index 7990e2db..87217156 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-download-lines.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-download-lines.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-matrix-expression.yaml b/checks/raw/testdata/.github/workflows/github-workflow-matrix-expression.yaml index 35f25ec1..6e35e703 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-matrix-expression.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-matrix-expression.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml b/checks/raw/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml index 66c27933..9758f530 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-pkg-managers.yaml b/checks/raw/testdata/.github/workflows/github-workflow-pkg-managers.yaml index 42136653..1e90c0f3 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-pkg-managers.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-pkg-managers.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/github-workflow-wget-across-steps.yaml b/checks/raw/testdata/.github/workflows/github-workflow-wget-across-steps.yaml index 3248dd62..c2bc5927 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-wget-across-steps.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-wget-across-steps.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-local-action.yaml b/checks/raw/testdata/.github/workflows/workflow-local-action.yaml index a8c68e88..be84fd7c 100644 --- a/checks/raw/testdata/.github/workflows/workflow-local-action.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-local-action.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml index 8862b6b2..9d3b2c4f 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml index 3a0c5aff..5d781321 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml index 2fcd915d..552e0307 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml index be5a692b..292fd02f 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-non-github-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-non-github-pinned.yaml index 7716ee5a..5cee34ac 100644 --- a/checks/raw/testdata/.github/workflows/workflow-non-github-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-non-github-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-not-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-not-pinned.yaml index 8693f7a2..cf73f568 100644 --- a/checks/raw/testdata/.github/workflows/workflow-not-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-not-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/.github/workflows/workflow-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-pinned.yaml index 13e9aa60..ae7e61a7 100644 --- a/checks/raw/testdata/.github/workflows/workflow-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-args b/checks/raw/testdata/Dockerfile-args index 440c4465..72641b31 100644 --- a/checks/raw/testdata/Dockerfile-args +++ b/checks/raw/testdata/Dockerfile-args @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-aws-file b/checks/raw/testdata/Dockerfile-aws-file index b1833c43..f0e4a0d9 100644 --- a/checks/raw/testdata/Dockerfile-aws-file +++ b/checks/raw/testdata/Dockerfile-aws-file @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-curl-file-sh b/checks/raw/testdata/Dockerfile-curl-file-sh index 5eb4343c..13f2f97a 100644 --- a/checks/raw/testdata/Dockerfile-curl-file-sh +++ b/checks/raw/testdata/Dockerfile-curl-file-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-curl-sh b/checks/raw/testdata/Dockerfile-curl-sh index a7895983..e80a7e19 100644 --- a/checks/raw/testdata/Dockerfile-curl-sh +++ b/checks/raw/testdata/Dockerfile-curl-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-download-lines b/checks/raw/testdata/Dockerfile-download-lines index 3f0f4a78..f2eb22a5 100644 --- a/checks/raw/testdata/Dockerfile-download-lines +++ b/checks/raw/testdata/Dockerfile-download-lines @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-download-multi-runs b/checks/raw/testdata/Dockerfile-download-multi-runs index f6e642f5..d34c55b6 100644 --- a/checks/raw/testdata/Dockerfile-download-multi-runs +++ b/checks/raw/testdata/Dockerfile-download-multi-runs @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-gsutil-file b/checks/raw/testdata/Dockerfile-gsutil-file index ef5e77d9..35998454 100644 --- a/checks/raw/testdata/Dockerfile-gsutil-file +++ b/checks/raw/testdata/Dockerfile-gsutil-file @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-invalid b/checks/raw/testdata/Dockerfile-invalid index 34d16b02..dadd044f 100644 --- a/checks/raw/testdata/Dockerfile-invalid +++ b/checks/raw/testdata/Dockerfile-invalid @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-no-curl-sh b/checks/raw/testdata/Dockerfile-no-curl-sh index 4b57faa1..1682730b 100644 --- a/checks/raw/testdata/Dockerfile-no-curl-sh +++ b/checks/raw/testdata/Dockerfile-no-curl-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-not-pinned b/checks/raw/testdata/Dockerfile-not-pinned index 00a8b7f3..1f6bd47f 100644 --- a/checks/raw/testdata/Dockerfile-not-pinned +++ b/checks/raw/testdata/Dockerfile-not-pinned @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-not-pinned-as b/checks/raw/testdata/Dockerfile-not-pinned-as index ee0c1b90..81313041 100644 --- a/checks/raw/testdata/Dockerfile-not-pinned-as +++ b/checks/raw/testdata/Dockerfile-not-pinned-as @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-pinned b/checks/raw/testdata/Dockerfile-pinned index c6aed5b3..f2a1c63b 100644 --- a/checks/raw/testdata/Dockerfile-pinned +++ b/checks/raw/testdata/Dockerfile-pinned @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-pinned-as b/checks/raw/testdata/Dockerfile-pinned-as index 1b1a1d54..00417916 100644 --- a/checks/raw/testdata/Dockerfile-pinned-as +++ b/checks/raw/testdata/Dockerfile-pinned-as @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-pinned-as-without-hash b/checks/raw/testdata/Dockerfile-pinned-as-without-hash index d2907cd4..01a0d10c 100644 --- a/checks/raw/testdata/Dockerfile-pinned-as-without-hash +++ b/checks/raw/testdata/Dockerfile-pinned-as-without-hash @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-pkg-managers b/checks/raw/testdata/Dockerfile-pkg-managers index d3ac2807..292c0eee 100644 --- a/checks/raw/testdata/Dockerfile-pkg-managers +++ b/checks/raw/testdata/Dockerfile-pkg-managers @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-proc-subs b/checks/raw/testdata/Dockerfile-proc-subs index c74a3526..179b9927 100644 --- a/checks/raw/testdata/Dockerfile-proc-subs +++ b/checks/raw/testdata/Dockerfile-proc-subs @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-script-ok b/checks/raw/testdata/Dockerfile-script-ok index 959a7386..37261b0e 100644 --- a/checks/raw/testdata/Dockerfile-script-ok +++ b/checks/raw/testdata/Dockerfile-script-ok @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-some-python b/checks/raw/testdata/Dockerfile-some-python index 45af285d..84c8d825 100644 --- a/checks/raw/testdata/Dockerfile-some-python +++ b/checks/raw/testdata/Dockerfile-some-python @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-wget-bin-sh b/checks/raw/testdata/Dockerfile-wget-bin-sh index 9d1c53f5..f97b4c33 100644 --- a/checks/raw/testdata/Dockerfile-wget-bin-sh +++ b/checks/raw/testdata/Dockerfile-wget-bin-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-wget-file b/checks/raw/testdata/Dockerfile-wget-file index d8e891a3..1b1cdb1b 100644 --- a/checks/raw/testdata/Dockerfile-wget-file +++ b/checks/raw/testdata/Dockerfile-wget-file @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/checks/raw/testdata/script-bash b/checks/raw/testdata/script-bash index 7a764fae..4603ac2e 100644 --- a/checks/raw/testdata/script-bash +++ b/checks/raw/testdata/script-bash @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/script-comments.sh b/checks/raw/testdata/script-comments.sh index ee30d5bc..1776e0ad 100644 --- a/checks/raw/testdata/script-comments.sh +++ b/checks/raw/testdata/script-comments.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/script-free-from-download.sh b/checks/raw/testdata/script-free-from-download.sh index a9828414..9023e574 100644 --- a/checks/raw/testdata/script-free-from-download.sh +++ b/checks/raw/testdata/script-free-from-download.sh @@ -1,5 +1,5 @@ #!/bin/env sh -e -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/script-invalid.sh b/checks/raw/testdata/script-invalid.sh index 2f8645cc..a824c86d 100644 --- a/checks/raw/testdata/script-invalid.sh +++ b/checks/raw/testdata/script-invalid.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/script-pkg-managers b/checks/raw/testdata/script-pkg-managers index 29cb5cdc..fcf2d705 100644 --- a/checks/raw/testdata/script-pkg-managers +++ b/checks/raw/testdata/script-pkg-managers @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_awk_shebang.sh b/checks/raw/testdata/shell_file_awk_shebang.sh index 523d4bb3..f84203e0 100644 --- a/checks/raw/testdata/shell_file_awk_shebang.sh +++ b/checks/raw/testdata/shell_file_awk_shebang.sh @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_bash_shebang1.sh b/checks/raw/testdata/shell_file_bash_shebang1.sh index f863dd70..f2e91a61 100644 --- a/checks/raw/testdata/shell_file_bash_shebang1.sh +++ b/checks/raw/testdata/shell_file_bash_shebang1.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_bash_shebang2.sh b/checks/raw/testdata/shell_file_bash_shebang2.sh index 80b9ec9f..57027892 100644 --- a/checks/raw/testdata/shell_file_bash_shebang2.sh +++ b/checks/raw/testdata/shell_file_bash_shebang2.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_bash_shebang3.sh b/checks/raw/testdata/shell_file_bash_shebang3.sh index 757f6c2b..3aa94603 100644 --- a/checks/raw/testdata/shell_file_bash_shebang3.sh +++ b/checks/raw/testdata/shell_file_bash_shebang3.sh @@ -1,5 +1,5 @@ #!/bin/env bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_mksh_shebang.sh b/checks/raw/testdata/shell_file_mksh_shebang.sh index 864246e0..98e5001d 100644 --- a/checks/raw/testdata/shell_file_mksh_shebang.sh +++ b/checks/raw/testdata/shell_file_mksh_shebang.sh @@ -1,5 +1,5 @@ #!/bin/mksh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_no_shebang.sh b/checks/raw/testdata/shell_file_no_shebang.sh index 23bdd546..1569b5b7 100644 --- a/checks/raw/testdata/shell_file_no_shebang.sh +++ b/checks/raw/testdata/shell_file_no_shebang.sh @@ -1,5 +1,5 @@ # Empty file -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_sh_shebang.sh b/checks/raw/testdata/shell_file_sh_shebang.sh index 5e785db6..7f2c3dfd 100644 --- a/checks/raw/testdata/shell_file_sh_shebang.sh +++ b/checks/raw/testdata/shell_file_sh_shebang.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/testdata/shell_file_zsh_shebang.sh b/checks/raw/testdata/shell_file_zsh_shebang.sh index 669a0627..84510ee5 100644 --- a/checks/raw/testdata/shell_file_zsh_shebang.sh +++ b/checks/raw/testdata/shell_file_zsh_shebang.sh @@ -1,5 +1,5 @@ #!/bin/zsh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/raw/vulnerabilities.go b/checks/raw/vulnerabilities.go index 86356330..70f73956 100644 --- a/checks/raw/vulnerabilities.go +++ b/checks/raw/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/vulnerabilities_test.go b/checks/raw/vulnerabilities_test.go index 9de4b316..77258783 100644 --- a/checks/raw/vulnerabilities_test.go +++ b/checks/raw/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/webhook.go b/checks/raw/webhook.go index 42aa2029..a908e329 100644 --- a/checks/raw/webhook.go +++ b/checks/raw/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/raw/webhooks_test.go b/checks/raw/webhooks_test.go index f38e5af1..2fc23df1 100644 --- a/checks/raw/webhooks_test.go +++ b/checks/raw/webhooks_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/sast.go b/checks/sast.go index 61855d10..86198c39 100644 --- a/checks/sast.go +++ b/checks/sast.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/sast_test.go b/checks/sast_test.go index e4fb124a..1ed5080f 100644 --- a/checks/sast_test.go +++ b/checks/sast_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/security_policy.go b/checks/security_policy.go index 29192cc1..53f3f509 100644 --- a/checks/security_policy.go +++ b/checks/security_policy.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/security_policy_test.go b/checks/security_policy_test.go index be541d52..fb7e7dc6 100644 --- a/checks/security_policy_test.go +++ b/checks/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/signed_releases.go b/checks/signed_releases.go index b8856922..be2dfe98 100644 --- a/checks/signed_releases.go +++ b/checks/signed_releases.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/signed_releases_test.go b/checks/signed_releases_test.go index 2f85a784..71cd68b6 100644 --- a/checks/signed_releases_test.go +++ b/checks/signed_releases_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml index 12c33a29..52aa8cb6 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml index 6fa2c1c1..074f161c 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml index b2f70ace..c59f49c3 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml index 1c224d06..776fea24 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml index 63ce0451..228250e1 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml index 272192d1..28c81422 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml index 414f2af1..00ff97b8 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml index e61693db..306f09c6 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml index 5931807e..1a126288 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml index a5e99e6a..d84fcd74 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-cargo.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-cargo.yaml index 9612f831..250a5b0f 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-cargo.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-cargo.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml index ae45d62f..c3ef270e 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml index ca08ea6c..6b6a0b40 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-gem.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-gem.yaml index 416ad343..bdd75ac8 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-gem.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-gem.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-go.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-go.yaml index 29c17d06..cb321115 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-go.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-go.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-gradle.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-gradle.yaml index 31817a80..ca3140f4 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-gradle.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-gradle.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml index 7f755dd0..af471ca3 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security Scorecard Authors +# Copyright 2022 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-maven.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-maven.yaml index c34818ba..3866483b 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-maven.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-maven.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml index 793a75af..a0a646ae 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-npm.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-npm.yaml index c9d0ebec..f879d565 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-npm.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-npm.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-nuget.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-nuget.yaml index 8f582d04..b36cdfcc 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-nuget.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-nuget.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml index ff60717a..79a4412f 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml index 18b3406d..fc30626f 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-pypi.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-pypi.yaml index 273a911a..b95ef3e3 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-pypi.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-pypi.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml index 2aae7b3f..7a2b4b17 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security Scorecard Authors +# Copyright 2022 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-absent.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-absent.yaml index 95ba2c8d..67e6505a 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-absent.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-absent.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-actions.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-actions.yaml index 6703492e..55a4f55d 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-actions.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-actions.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml index 3d6c2845..1a44623d 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml index cbe36626..a4b4c404 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security Scorecard Authors +# Copyright 2022 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml index cc1c7c55..93626f3c 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security Scorecard Authors +# Copyright 2022 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-contents.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents.yaml index 6703492e..55a4f55d 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml index 95b9069f..b6e75eff 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml index 2bf1fd06..763413c3 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-none.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-none.yaml index d1fddda0..8defc928 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-none.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-none.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-nones.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-nones.yaml index 26ef48f6..e23b9a7b 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-nones.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-nones.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml index 7a797378..80fc12ce 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-packages.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-packages.yaml index cf1e5507..588791b9 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-packages.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-packages.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-readall.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-readall.yaml index f040089f..82166f67 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-readall.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-readall.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-reads.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-reads.yaml index 2e02ec1e..ff0becfe 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-reads.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-reads.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml index fb2a2b49..0ddfb89b 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml index 8ab8c239..b42bfd84 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml index efa40b7a..93d4db50 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml index 86020162..94b85f3d 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml index bb5fe955..84cb56e1 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml index 44eb3e1b..965c11cb 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml index b08170e9..73732bff 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml index cfb7c84e..73bfb7dd 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml index 33de433a..73b16003 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml index 1b199f3f..6997d1ae 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml index 791070b6..e7bdd901 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-writeall.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-writeall.yaml index 2c05e76d..259661c2 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-writeall.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-writeall.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-permissions-writes.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-writes.yaml index 5c144925..56ca72ac 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-writes.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-writes.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml index 38480f60..417ffa8c 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml index 5245efe8..573da707 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml index 76ed37a8..86d2ee2c 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml index bc538a28..34a467ba 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-all-windows.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows.yaml index 8d031804..1d76c93e 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-default-macos.yaml b/checks/testdata/.github/workflows/github-workflow-shells-default-macos.yaml index 10305efa..2518c928 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-default-macos.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-default-macos.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml b/checks/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml index f97409fb..5fe25a9b 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-default-windows.yaml b/checks/testdata/.github/workflows/github-workflow-shells-default-windows.yaml index fd00ae5d..a5f7284c 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-default-windows.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-default-windows.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml b/checks/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml index 22b390c7..fd505794 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml index de5cb095..dec738f2 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml index 3c297274..16926dc3 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-specified-job.yaml b/checks/testdata/.github/workflows/github-workflow-shells-specified-job.yaml index a0bbef55..dbe999c1 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-specified-job.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-specified-job.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml b/checks/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml index 2c0c86bc..f05038e6 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-two-shells.yaml b/checks/testdata/.github/workflows/github-workflow-shells-two-shells.yaml index 51df8df3..f3ebea26 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-two-shells.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-two-shells.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml b/checks/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml index 5d1dcedd..70d0b94d 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/Dockerfile-pinned-without-hash b/checks/testdata/Dockerfile-pinned-without-hash index 4b23ed37..33dba204 100644 --- a/checks/testdata/Dockerfile-pinned-without-hash +++ b/checks/testdata/Dockerfile-pinned-without-hash @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/script-sh b/checks/testdata/script-sh index 4c47b1ac..ad7f13be 100644 --- a/checks/testdata/script-sh +++ b/checks/testdata/script-sh @@ -1,5 +1,5 @@ #!/bin/env bash -euo pipefail -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/testdata/script.sh b/checks/testdata/script.sh index ffa6e33e..963fa94a 100644 --- a/checks/testdata/script.sh +++ b/checks/testdata/script.sh @@ -1,5 +1,5 @@ #!/bin/env sh -e -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checks/vulnerabilities.go b/checks/vulnerabilities.go index 22944b48..5f950dca 100644 --- a/checks/vulnerabilities.go +++ b/checks/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/vulnerabilities_test.go b/checks/vulnerabilities_test.go index f0cee6c9..30379f44 100644 --- a/checks/vulnerabilities_test.go +++ b/checks/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/webhook.go b/checks/webhook.go index bad9370d..7a571aac 100644 --- a/checks/webhook.go +++ b/checks/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/checks/webhook_test.go b/checks/webhook_test.go index 00c4d28e..205ff6af 100644 --- a/checks/webhook_test.go +++ b/checks/webhook_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/branch.go b/clients/branch.go index 73f58f6a..0481a893 100644 --- a/clients/branch.go +++ b/clients/branch.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/checkruns.go b/clients/checkruns.go index bb943234..a30e6d4b 100644 --- a/clients/checkruns.go +++ b/clients/checkruns.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/cii_blob_client.go b/clients/cii_blob_client.go index d9d908db..48eb7797 100644 --- a/clients/cii_blob_client.go +++ b/clients/cii_blob_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/cii_client.go b/clients/cii_client.go index d28287d5..c0f407ee 100644 --- a/clients/cii_client.go +++ b/clients/cii_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/cii_http_client.go b/clients/cii_http_client.go index 29767f69..3500f63d 100644 --- a/clients/cii_http_client.go +++ b/clients/cii_http_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/cii_response.go b/clients/cii_response.go index ace9ae45..57438dd7 100644 --- a/clients/cii_response.go +++ b/clients/cii_response.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/commit.go b/clients/commit.go index 184eeeda..4dac9a16 100644 --- a/clients/commit.go +++ b/clients/commit.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/branches.go b/clients/githubrepo/branches.go index 659f1f0e..e563cb03 100644 --- a/clients/githubrepo/branches.go +++ b/clients/githubrepo/branches.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/branches_e2e_test.go b/clients/githubrepo/branches_e2e_test.go index 0396e750..7b1a4214 100644 --- a/clients/githubrepo/branches_e2e_test.go +++ b/clients/githubrepo/branches_e2e_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/checkruns.go b/clients/githubrepo/checkruns.go index 3629e9f3..5514762f 100644 --- a/clients/githubrepo/checkruns.go +++ b/clients/githubrepo/checkruns.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/client.go b/clients/githubrepo/client.go index 6bd33936..07aa2ed2 100644 --- a/clients/githubrepo/client.go +++ b/clients/githubrepo/client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/contributors.go b/clients/githubrepo/contributors.go index 7b25adce..796b4675 100644 --- a/clients/githubrepo/contributors.go +++ b/clients/githubrepo/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/copy.go b/clients/githubrepo/copy.go index 9148a856..af6864e9 100644 --- a/clients/githubrepo/copy.go +++ b/clients/githubrepo/copy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/githubrepo_suite_test.go b/clients/githubrepo/githubrepo_suite_test.go index 1fbb72b4..edc1dd33 100644 --- a/clients/githubrepo/githubrepo_suite_test.go +++ b/clients/githubrepo/githubrepo_suite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/graphql.go b/clients/githubrepo/graphql.go index 7b0477dd..283865db 100644 --- a/clients/githubrepo/graphql.go +++ b/clients/githubrepo/graphql.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/graphql_e2e_test.go b/clients/githubrepo/graphql_e2e_test.go index a47d6531..9eb860ac 100644 --- a/clients/githubrepo/graphql_e2e_test.go +++ b/clients/githubrepo/graphql_e2e_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/languages.go b/clients/githubrepo/languages.go index a58f219c..fb4feeff 100644 --- a/clients/githubrepo/languages.go +++ b/clients/githubrepo/languages.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/licenses.go b/clients/githubrepo/licenses.go index b0f6763c..df812f34 100644 --- a/clients/githubrepo/licenses.go +++ b/clients/githubrepo/licenses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/releases.go b/clients/githubrepo/releases.go index ab9bef8b..80b8280b 100644 --- a/clients/githubrepo/releases.go +++ b/clients/githubrepo/releases.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/repo.go b/clients/githubrepo/repo.go index 693ca7ec..f0f24da2 100644 --- a/clients/githubrepo/repo.go +++ b/clients/githubrepo/repo.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/repo_test.go b/clients/githubrepo/repo_test.go index dc9ed65e..85a507d2 100644 --- a/clients/githubrepo/repo_test.go +++ b/clients/githubrepo/repo_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/census.go b/clients/githubrepo/roundtripper/census.go index 11c8fb26..28fb65e4 100644 --- a/clients/githubrepo/roundtripper/census.go +++ b/clients/githubrepo/roundtripper/census.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/rate_limit.go b/clients/githubrepo/roundtripper/rate_limit.go index 8fb55af3..60878f0c 100644 --- a/clients/githubrepo/roundtripper/rate_limit.go +++ b/clients/githubrepo/roundtripper/rate_limit.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/roundtripper.go b/clients/githubrepo/roundtripper/roundtripper.go index bcc1c158..5a6752f4 100644 --- a/clients/githubrepo/roundtripper/roundtripper.go +++ b/clients/githubrepo/roundtripper/roundtripper.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/tokens/accessor.go b/clients/githubrepo/roundtripper/tokens/accessor.go index 903e0fcb..12f86ec7 100644 --- a/clients/githubrepo/roundtripper/tokens/accessor.go +++ b/clients/githubrepo/roundtripper/tokens/accessor.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/tokens/round_robin.go b/clients/githubrepo/roundtripper/tokens/round_robin.go index d90e9b81..32c7d85b 100644 --- a/clients/githubrepo/roundtripper/tokens/round_robin.go +++ b/clients/githubrepo/roundtripper/tokens/round_robin.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/tokens/rpc.go b/clients/githubrepo/roundtripper/tokens/rpc.go index 055aaaa4..a1ef990e 100644 --- a/clients/githubrepo/roundtripper/tokens/rpc.go +++ b/clients/githubrepo/roundtripper/tokens/rpc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/tokens/rpc_client.go b/clients/githubrepo/roundtripper/tokens/rpc_client.go index 6fe30f4c..3af82406 100644 --- a/clients/githubrepo/roundtripper/tokens/rpc_client.go +++ b/clients/githubrepo/roundtripper/tokens/rpc_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/tokens/server/Dockerfile b/clients/githubrepo/roundtripper/tokens/server/Dockerfile index a0e71ff3..968dd6a3 100644 --- a/clients/githubrepo/roundtripper/tokens/server/Dockerfile +++ b/clients/githubrepo/roundtripper/tokens/server/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml b/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml index 606fa707..2de35aea 100644 --- a/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml +++ b/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/tokens/server/main.go b/clients/githubrepo/roundtripper/tokens/server/main.go index 178fa579..3a06bf56 100644 --- a/clients/githubrepo/roundtripper/tokens/server/main.go +++ b/clients/githubrepo/roundtripper/tokens/server/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/roundtripper/transport.go b/clients/githubrepo/roundtripper/transport.go index 51e94742..a9824edc 100644 --- a/clients/githubrepo/roundtripper/transport.go +++ b/clients/githubrepo/roundtripper/transport.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/search.go b/clients/githubrepo/search.go index bf766424..52601e62 100644 --- a/clients/githubrepo/search.go +++ b/clients/githubrepo/search.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/searchCommits.go b/clients/githubrepo/searchCommits.go index 4fd8baf3..36a2e589 100644 --- a/clients/githubrepo/searchCommits.go +++ b/clients/githubrepo/searchCommits.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/searchCommits_test.go b/clients/githubrepo/searchCommits_test.go index f649d198..2263651f 100644 --- a/clients/githubrepo/searchCommits_test.go +++ b/clients/githubrepo/searchCommits_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/search_test.go b/clients/githubrepo/search_test.go index d7c41782..15c21334 100644 --- a/clients/githubrepo/search_test.go +++ b/clients/githubrepo/search_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/stats/stats.go b/clients/githubrepo/stats/stats.go index 304b8d98..e320c910 100644 --- a/clients/githubrepo/stats/stats.go +++ b/clients/githubrepo/stats/stats.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/statuses.go b/clients/githubrepo/statuses.go index c5907264..493f0d98 100644 --- a/clients/githubrepo/statuses.go +++ b/clients/githubrepo/statuses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/tarball.go b/clients/githubrepo/tarball.go index 55505f42..e72ff69c 100644 --- a/clients/githubrepo/tarball.go +++ b/clients/githubrepo/tarball.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/tarball_test.go b/clients/githubrepo/tarball_test.go index be13c186..f99b5ee7 100644 --- a/clients/githubrepo/tarball_test.go +++ b/clients/githubrepo/tarball_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/webhook.go b/clients/githubrepo/webhook.go index a3a32012..549032ac 100644 --- a/clients/githubrepo/webhook.go +++ b/clients/githubrepo/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/githubrepo/workflows.go b/clients/githubrepo/workflows.go index 7c53a566..470f7459 100644 --- a/clients/githubrepo/workflows.go +++ b/clients/githubrepo/workflows.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/branches.go b/clients/gitlabrepo/branches.go index b4d4e41e..7ca6189c 100644 --- a/clients/gitlabrepo/branches.go +++ b/clients/gitlabrepo/branches.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/checkruns.go b/clients/gitlabrepo/checkruns.go index 436cbbd1..a666dd03 100644 --- a/clients/gitlabrepo/checkruns.go +++ b/clients/gitlabrepo/checkruns.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/client.go b/clients/gitlabrepo/client.go index 10fb9e23..8597afea 100644 --- a/clients/gitlabrepo/client.go +++ b/clients/gitlabrepo/client.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/commits.go b/clients/gitlabrepo/commits.go index 9fcabe06..505e9325 100644 --- a/clients/gitlabrepo/commits.go +++ b/clients/gitlabrepo/commits.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/contributors.go b/clients/gitlabrepo/contributors.go index d212f9f2..e695e35d 100644 --- a/clients/gitlabrepo/contributors.go +++ b/clients/gitlabrepo/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/issues.go b/clients/gitlabrepo/issues.go index 04a1410c..d47b2b3a 100644 --- a/clients/gitlabrepo/issues.go +++ b/clients/gitlabrepo/issues.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/languages.go b/clients/gitlabrepo/languages.go index 1d1982c8..1346fabe 100644 --- a/clients/gitlabrepo/languages.go +++ b/clients/gitlabrepo/languages.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/licenses.go b/clients/gitlabrepo/licenses.go index 7026c4fb..ec011c50 100644 --- a/clients/gitlabrepo/licenses.go +++ b/clients/gitlabrepo/licenses.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/project.go b/clients/gitlabrepo/project.go index d386d704..595f83a5 100644 --- a/clients/gitlabrepo/project.go +++ b/clients/gitlabrepo/project.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/releases.go b/clients/gitlabrepo/releases.go index 8324fc3c..016af359 100644 --- a/clients/gitlabrepo/releases.go +++ b/clients/gitlabrepo/releases.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/repo.go b/clients/gitlabrepo/repo.go index 3a1600f3..df97ae92 100644 --- a/clients/gitlabrepo/repo.go +++ b/clients/gitlabrepo/repo.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/repo_test.go b/clients/gitlabrepo/repo_test.go index d6e13e27..6892bfb5 100644 --- a/clients/gitlabrepo/repo_test.go +++ b/clients/gitlabrepo/repo_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/search.go b/clients/gitlabrepo/search.go index f18ae2b4..cb1a2f5c 100644 --- a/clients/gitlabrepo/search.go +++ b/clients/gitlabrepo/search.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/searchCommits.go b/clients/gitlabrepo/searchCommits.go index de1b8462..1fa1ea9f 100644 --- a/clients/gitlabrepo/searchCommits.go +++ b/clients/gitlabrepo/searchCommits.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/searchCommits_test.go b/clients/gitlabrepo/searchCommits_test.go index cceef167..a509d625 100644 --- a/clients/gitlabrepo/searchCommits_test.go +++ b/clients/gitlabrepo/searchCommits_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/search_test.go b/clients/gitlabrepo/search_test.go index a198e8d5..2cd7e65e 100644 --- a/clients/gitlabrepo/search_test.go +++ b/clients/gitlabrepo/search_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/statuses.go b/clients/gitlabrepo/statuses.go index 184e62b9..bce2e198 100644 --- a/clients/gitlabrepo/statuses.go +++ b/clients/gitlabrepo/statuses.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/webhook.go b/clients/gitlabrepo/webhook.go index d7aba2ca..2d2970fd 100644 --- a/clients/gitlabrepo/webhook.go +++ b/clients/gitlabrepo/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/gitlabrepo/workflows.go b/clients/gitlabrepo/workflows.go index 3739043f..e90ef5e8 100644 --- a/clients/gitlabrepo/workflows.go +++ b/clients/gitlabrepo/workflows.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/issue.go b/clients/issue.go index ef687a31..5ca6e0ba 100644 --- a/clients/issue.go +++ b/clients/issue.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/languages.go b/clients/languages.go index 417c6708..c9778b04 100644 --- a/clients/languages.go +++ b/clients/languages.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/licenses.go b/clients/licenses.go index 7f2e6ed8..72d00c4e 100644 --- a/clients/licenses.go +++ b/clients/licenses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/localdir/client.go b/clients/localdir/client.go index 67c6e5f0..092541f9 100644 --- a/clients/localdir/client.go +++ b/clients/localdir/client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/localdir/client_test.go b/clients/localdir/client_test.go index 53a28220..c11db84c 100644 --- a/clients/localdir/client_test.go +++ b/clients/localdir/client_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/localdir/repo.go b/clients/localdir/repo.go index 07a73158..01dfaf6a 100644 --- a/clients/localdir/repo.go +++ b/clients/localdir/repo.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/mockclients/cii_client.go b/clients/mockclients/cii_client.go index c1f6b5b8..21cabced 100644 --- a/clients/mockclients/cii_client.go +++ b/clients/mockclients/cii_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/mockclients/license.txt b/clients/mockclients/license.txt index dbaea1cd..c7a103a0 100644 --- a/clients/mockclients/license.txt +++ b/clients/mockclients/license.txt @@ -1,4 +1,4 @@ -Copyright 2021 Security Scorecard Authors +Copyright 2021 OpenSSF Scorecard Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/clients/mockclients/repo.go b/clients/mockclients/repo.go index ad1dac16..5a5c1e0b 100644 --- a/clients/mockclients/repo.go +++ b/clients/mockclients/repo.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/mockclients/repo_client.go b/clients/mockclients/repo_client.go index aa02caa1..3c3d7f5d 100644 --- a/clients/mockclients/repo_client.go +++ b/clients/mockclients/repo_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/mockclients/vulnerabilities.go b/clients/mockclients/vulnerabilities.go index 7f7c53f2..de94e4fa 100644 --- a/clients/mockclients/vulnerabilities.go +++ b/clients/mockclients/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/osv.go b/clients/osv.go index 48600170..32b60b2b 100644 --- a/clients/osv.go +++ b/clients/osv.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/pull_request.go b/clients/pull_request.go index 2905e248..f36d3ce8 100644 --- a/clients/pull_request.go +++ b/clients/pull_request.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/release.go b/clients/release.go index c0e1c018..32d47a0f 100644 --- a/clients/release.go +++ b/clients/release.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/repo.go b/clients/repo.go index 36c56826..eac20dd0 100644 --- a/clients/repo.go +++ b/clients/repo.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/repo_client.go b/clients/repo_client.go index 025c8c39..62b8fd77 100644 --- a/clients/repo_client.go +++ b/clients/repo_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/search.go b/clients/search.go index 349b9f79..6e707fb3 100644 --- a/clients/search.go +++ b/clients/search.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/statuses.go b/clients/statuses.go index 21f5e896..6bc739a8 100644 --- a/clients/statuses.go +++ b/clients/statuses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/user.go b/clients/user.go index 70e360b1..60166f27 100644 --- a/clients/user.go +++ b/clients/user.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/vulnerabilities.go b/clients/vulnerabilities.go index 9c0b0b20..61de35f6 100644 --- a/clients/vulnerabilities.go +++ b/clients/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/webhook.go b/clients/webhook.go index 0b3f464d..1269db56 100644 --- a/clients/webhook.go +++ b/clients/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/clients/workflows.go b/clients/workflows.go index 02e5cbe5..1e64464f 100644 --- a/clients/workflows.go +++ b/clients/workflows.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cloudbuild/scorecard-tag.yaml b/cloudbuild/scorecard-tag.yaml index c1c99b7b..7d54700e 100644 --- a/cloudbuild/scorecard-tag.yaml +++ b/cloudbuild/scorecard-tag.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cloudbuild/scorecard.yaml b/cloudbuild/scorecard.yaml index 25a4353f..0303b580 100644 --- a/cloudbuild/scorecard.yaml +++ b/cloudbuild/scorecard.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmd/package_managers.go b/cmd/package_managers.go index 3ec0188a..a18ecbd2 100644 --- a/cmd/package_managers.go +++ b/cmd/package_managers.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/package_managers_test.go b/cmd/package_managers_test.go index 1aedc6ca..b4e39810 100644 --- a/cmd/package_managers_test.go +++ b/cmd/package_managers_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/packagemanager_client.go b/cmd/packagemanager_client.go index cf9b5919..f453d22c 100644 --- a/cmd/packagemanager_client.go +++ b/cmd/packagemanager_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/packagemanager_mockclient.go b/cmd/packagemanager_mockclient.go index 11b7a145..40cc49d3 100644 --- a/cmd/packagemanager_mockclient.go +++ b/cmd/packagemanager_mockclient.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/root.go b/cmd/root.go index 079fa38b..2cce7bc9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/serve.go b/cmd/serve.go index 2ad8419e..412db075 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/codeql.js b/codeql.js index 0b00d81f..e2e81c3f 100644 --- a/codeql.js +++ b/codeql.js @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/cloudbuild/cii.yaml b/cron/cloudbuild/cii.yaml index c3c2856f..02fed0fe 100644 --- a/cron/cloudbuild/cii.yaml +++ b/cron/cloudbuild/cii.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/cloudbuild/controller.yaml b/cron/cloudbuild/controller.yaml index a7db912e..ff9b3b68 100644 --- a/cron/cloudbuild/controller.yaml +++ b/cron/cloudbuild/controller.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/cloudbuild/transfer.yaml b/cron/cloudbuild/transfer.yaml index e370777e..74d79527 100644 --- a/cron/cloudbuild/transfer.yaml +++ b/cron/cloudbuild/transfer.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/cloudbuild/webhook.release.yaml b/cron/cloudbuild/webhook.release.yaml index 4d448348..1d52a705 100644 --- a/cron/cloudbuild/webhook.release.yaml +++ b/cron/cloudbuild/webhook.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/cloudbuild/worker.yaml b/cron/cloudbuild/worker.yaml index e1663203..288b8238 100644 --- a/cron/cloudbuild/worker.yaml +++ b/cron/cloudbuild/worker.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/config/config.go b/cron/config/config.go index e913cef6..a8bfb2f7 100644 --- a/cron/config/config.go +++ b/cron/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/config/config.yaml b/cron/config/config.yaml index 7d279ca8..27e7d264 100644 --- a/cron/config/config.yaml +++ b/cron/config/config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/config/config_test.go b/cron/config/config_test.go index 397fd6eb..82e607f3 100644 --- a/cron/config/config_test.go +++ b/cron/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/config/testdata/basic.yaml b/cron/config/testdata/basic.yaml index 7f902f54..cc3151e5 100644 --- a/cron/config/testdata/basic.yaml +++ b/cron/config/testdata/basic.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/config/testdata/missing_field.yaml b/cron/config/testdata/missing_field.yaml index 7f902f54..cc3151e5 100644 --- a/cron/config/testdata/missing_field.yaml +++ b/cron/config/testdata/missing_field.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/config/testdata/optional_maps.yaml b/cron/config/testdata/optional_maps.yaml index 865df1c1..e10772e8 100644 --- a/cron/config/testdata/optional_maps.yaml +++ b/cron/config/testdata/optional_maps.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security Scorecard Authors +# Copyright 2022 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/data/blob.go b/cron/data/blob.go index 94097f57..133030c4 100644 --- a/cron/data/blob.go +++ b/cron/data/blob.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/blob_test.go b/cron/data/blob_test.go index 2c2121a5..07708ebc 100644 --- a/cron/data/blob_test.go +++ b/cron/data/blob_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/format.go b/cron/data/format.go index 9cf43c9e..11b48006 100644 --- a/cron/data/format.go +++ b/cron/data/format.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/format_test.go b/cron/data/format_test.go index 5e7a3267..de96d189 100644 --- a/cron/data/format_test.go +++ b/cron/data/format_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/iterator.go b/cron/data/iterator.go index c6bf9340..00d61ee3 100644 --- a/cron/data/iterator.go +++ b/cron/data/iterator.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/iterator_test.go b/cron/data/iterator_test.go index e39d5adf..8091d615 100644 --- a/cron/data/iterator_test.go +++ b/cron/data/iterator_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/metadata.pb.go b/cron/data/metadata.pb.go index 938deaae..2bd29425 100644 --- a/cron/data/metadata.pb.go +++ b/cron/data/metadata.pb.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/metadata.proto b/cron/data/metadata.proto index 38caf1e1..28ee8ec1 100644 --- a/cron/data/metadata.proto +++ b/cron/data/metadata.proto @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/request.pb.go b/cron/data/request.pb.go index 175572a8..a5732ee1 100644 --- a/cron/data/request.pb.go +++ b/cron/data/request.pb.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/request.proto b/cron/data/request.proto index ac3718ec..674c1a37 100644 --- a/cron/data/request.proto +++ b/cron/data/request.proto @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/summary.go b/cron/data/summary.go index 056cec8e..bacbcd3a 100644 --- a/cron/data/summary.go +++ b/cron/data/summary.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/summary_test.go b/cron/data/summary_test.go index 6cd2f91e..50bb8b2f 100644 --- a/cron/data/summary_test.go +++ b/cron/data/summary_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/writer.go b/cron/data/writer.go index e079282e..fec1d403 100644 --- a/cron/data/writer.go +++ b/cron/data/writer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/data/writer_test.go b/cron/data/writer_test.go index 1decf3a2..f847d12e 100644 --- a/cron/data/writer_test.go +++ b/cron/data/writer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/bq/Dockerfile b/cron/internal/bq/Dockerfile index cc7f6152..a67920a2 100644 --- a/cron/internal/bq/Dockerfile +++ b/cron/internal/bq/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/internal/bq/main.go b/cron/internal/bq/main.go index e36ae726..efb3ad10 100644 --- a/cron/internal/bq/main.go +++ b/cron/internal/bq/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/bq/transfer.go b/cron/internal/bq/transfer.go index 00911415..cf61244b 100644 --- a/cron/internal/bq/transfer.go +++ b/cron/internal/bq/transfer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/cii/Dockerfile b/cron/internal/cii/Dockerfile index eea74114..44c5f1b3 100644 --- a/cron/internal/cii/Dockerfile +++ b/cron/internal/cii/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/internal/cii/main.go b/cron/internal/cii/main.go index cece18af..53cea8a3 100644 --- a/cron/internal/cii/main.go +++ b/cron/internal/cii/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/controller/Dockerfile b/cron/internal/controller/Dockerfile index 3bf27f4e..9dd74ffa 100644 --- a/cron/internal/controller/Dockerfile +++ b/cron/internal/controller/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/internal/controller/bucket.go b/cron/internal/controller/bucket.go index 0cf7bbfd..ddd9b9a5 100644 --- a/cron/internal/controller/bucket.go +++ b/cron/internal/controller/bucket.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/controller/bucket_test.go b/cron/internal/controller/bucket_test.go index 38e78b41..a3eb695b 100644 --- a/cron/internal/controller/bucket_test.go +++ b/cron/internal/controller/bucket_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/controller/main.go b/cron/internal/controller/main.go index 8030e2d4..cc66ba80 100644 --- a/cron/internal/controller/main.go +++ b/cron/internal/controller/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/data/add/main.go b/cron/internal/data/add/main.go index d214ef1b..b663f77b 100644 --- a/cron/internal/data/add/main.go +++ b/cron/internal/data/add/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/data/add/main_test.go b/cron/internal/data/add/main_test.go index 27a9c042..78bcc683 100644 --- a/cron/internal/data/add/main_test.go +++ b/cron/internal/data/add/main_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/data/update/dependency.go b/cron/internal/data/update/dependency.go index 8f1e13b3..fde69bac 100644 --- a/cron/internal/data/update/dependency.go +++ b/cron/internal/data/update/dependency.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/data/update/main.go b/cron/internal/data/update/main.go index d3d9f49e..e1d03b59 100644 --- a/cron/internal/data/update/main.go +++ b/cron/internal/data/update/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/data/validate/main.go b/cron/internal/data/validate/main.go index aeb8141b..96c10d56 100644 --- a/cron/internal/data/validate/main.go +++ b/cron/internal/data/validate/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/format/json.go b/cron/internal/format/json.go index 8b5a8801..b07f2439 100644 --- a/cron/internal/format/json.go +++ b/cron/internal/format/json.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/format/json_raw_results.go b/cron/internal/format/json_raw_results.go index f5682c43..1a2d6e64 100644 --- a/cron/internal/format/json_raw_results.go +++ b/cron/internal/format/json_raw_results.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/format/json_raw_results_test.go b/cron/internal/format/json_raw_results_test.go index 1714cd87..9b7c9bbd 100644 --- a/cron/internal/format/json_raw_results_test.go +++ b/cron/internal/format/json_raw_results_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/format/json_test.go b/cron/internal/format/json_test.go index 90186053..4236753f 100644 --- a/cron/internal/format/json_test.go +++ b/cron/internal/format/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/format/mock_doc.go b/cron/internal/format/mock_doc.go index 13b95dd8..782d3fbc 100644 --- a/cron/internal/format/mock_doc.go +++ b/cron/internal/format/mock_doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/format/schema_gen.go b/cron/internal/format/schema_gen.go index 2a33b070..5e7c046c 100644 --- a/cron/internal/format/schema_gen.go +++ b/cron/internal/format/schema_gen.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/format/schema_gen_test.go b/cron/internal/format/schema_gen_test.go index 3ca8970a..f267b018 100644 --- a/cron/internal/format/schema_gen_test.go +++ b/cron/internal/format/schema_gen_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/pubsub/publisher.go b/cron/internal/pubsub/publisher.go index 6310e166..5adf752f 100644 --- a/cron/internal/pubsub/publisher.go +++ b/cron/internal/pubsub/publisher.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/pubsub/publisher_test.go b/cron/internal/pubsub/publisher_test.go index 3f098157..8e53f1f8 100644 --- a/cron/internal/pubsub/publisher_test.go +++ b/cron/internal/pubsub/publisher_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/pubsub/subscriber.go b/cron/internal/pubsub/subscriber.go index 86ecff60..3dba81f1 100644 --- a/cron/internal/pubsub/subscriber.go +++ b/cron/internal/pubsub/subscriber.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/pubsub/subscriber_gcs.go b/cron/internal/pubsub/subscriber_gcs.go index b9373e1b..a160c596 100644 --- a/cron/internal/pubsub/subscriber_gcs.go +++ b/cron/internal/pubsub/subscriber_gcs.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/pubsub/subscriber_gocloud.go b/cron/internal/pubsub/subscriber_gocloud.go index faaf7ca6..fcf1699a 100644 --- a/cron/internal/pubsub/subscriber_gocloud.go +++ b/cron/internal/pubsub/subscriber_gocloud.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/pubsub/subscriber_gocloud_test.go b/cron/internal/pubsub/subscriber_gocloud_test.go index 88ab1288..92d23c2a 100644 --- a/cron/internal/pubsub/subscriber_gocloud_test.go +++ b/cron/internal/pubsub/subscriber_gocloud_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/shuffle/main.go b/cron/internal/shuffle/main.go index 805b0c18..e04a10da 100644 --- a/cron/internal/shuffle/main.go +++ b/cron/internal/shuffle/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/webhook/Dockerfile b/cron/internal/webhook/Dockerfile index ca8e1ced..3251717b 100644 --- a/cron/internal/webhook/Dockerfile +++ b/cron/internal/webhook/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/internal/webhook/main.go b/cron/internal/webhook/main.go index 42649a7f..2324cd90 100644 --- a/cron/internal/webhook/main.go +++ b/cron/internal/webhook/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/internal/worker/Dockerfile b/cron/internal/worker/Dockerfile index 016faa5a..7218b940 100644 --- a/cron/internal/worker/Dockerfile +++ b/cron/internal/worker/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/internal/worker/main.go b/cron/internal/worker/main.go index 1b8f0836..f5555f1a 100644 --- a/cron/internal/worker/main.go +++ b/cron/internal/worker/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/k8s/auth.yaml b/cron/k8s/auth.yaml index de9f828b..a1da9537 100644 --- a/cron/k8s/auth.yaml +++ b/cron/k8s/auth.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/cii.yaml b/cron/k8s/cii.yaml index b9dcdb67..8757131d 100644 --- a/cron/k8s/cii.yaml +++ b/cron/k8s/cii.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/controller.release.yaml b/cron/k8s/controller.release.yaml index 31963c15..7cffad6b 100644 --- a/cron/k8s/controller.release.yaml +++ b/cron/k8s/controller.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/controller.yaml b/cron/k8s/controller.yaml index 52d28564..1944643f 100644 --- a/cron/k8s/controller.yaml +++ b/cron/k8s/controller.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/transfer-raw.yaml b/cron/k8s/transfer-raw.yaml index 17e4cd60..6b1f6b59 100644 --- a/cron/k8s/transfer-raw.yaml +++ b/cron/k8s/transfer-raw.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/transfer.release-raw.yaml b/cron/k8s/transfer.release-raw.yaml index 0f9f458f..2e12fdb0 100644 --- a/cron/k8s/transfer.release-raw.yaml +++ b/cron/k8s/transfer.release-raw.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/transfer.release.yaml b/cron/k8s/transfer.release.yaml index 3e9493b3..e1e4205e 100644 --- a/cron/k8s/transfer.release.yaml +++ b/cron/k8s/transfer.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/transfer.yaml b/cron/k8s/transfer.yaml index 3a1c8905..7991319b 100644 --- a/cron/k8s/transfer.yaml +++ b/cron/k8s/transfer.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/webhook.release.yaml b/cron/k8s/webhook.release.yaml index 7dc66901..8653c1bd 100644 --- a/cron/k8s/webhook.release.yaml +++ b/cron/k8s/webhook.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/worker.release.yaml b/cron/k8s/worker.release.yaml index 2924ad3f..dc445052 100644 --- a/cron/k8s/worker.release.yaml +++ b/cron/k8s/worker.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/k8s/worker.yaml b/cron/k8s/worker.yaml index 30898a0c..9ffe3680 100644 --- a/cron/k8s/worker.yaml +++ b/cron/k8s/worker.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cron/monitoring/exporter.go b/cron/monitoring/exporter.go index 84721d56..91de0391 100644 --- a/cron/monitoring/exporter.go +++ b/cron/monitoring/exporter.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/monitoring/printer.go b/cron/monitoring/printer.go index fdd8f7b7..af6a0bff 100644 --- a/cron/monitoring/printer.go +++ b/cron/monitoring/printer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/worker/worker.go b/cron/worker/worker.go index 71b57d4f..a1720778 100644 --- a/cron/worker/worker.go +++ b/cron/worker/worker.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cron/worker/worker_test.go b/cron/worker/worker_test.go index cbe7451f..d1b04f7d 100644 --- a/cron/worker/worker_test.go +++ b/cron/worker/worker_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dependencydiff/dependencydiff.go b/dependencydiff/dependencydiff.go index c8096edb..ed0f9774 100644 --- a/dependencydiff/dependencydiff.go +++ b/dependencydiff/dependencydiff.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dependencydiff/dependencydiff_test.go b/dependencydiff/dependencydiff_test.go index f344fd90..07d38043 100644 --- a/dependencydiff/dependencydiff_test.go +++ b/dependencydiff/dependencydiff_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dependencydiff/errors.go b/dependencydiff/errors.go index ae88388a..72b57f56 100644 --- a/dependencydiff/errors.go +++ b/dependencydiff/errors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dependencydiff/mapping.go b/dependencydiff/mapping.go index b1f4b60f..285fd881 100644 --- a/dependencydiff/mapping.go +++ b/dependencydiff/mapping.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dependencydiff/raw_dependencies.go b/dependencydiff/raw_dependencies.go index ce6d594a..2f753687 100644 --- a/dependencydiff/raw_dependencies.go +++ b/dependencydiff/raw_dependencies.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/docs/checks/doc.go b/docs/checks/doc.go index 14961bac..7ad27ec2 100644 --- a/docs/checks/doc.go +++ b/docs/checks/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/docs/checks/impl.go b/docs/checks/impl.go index b41fcb09..b65d9620 100644 --- a/docs/checks/impl.go +++ b/docs/checks/impl.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/docs/checks/internal/checks.yaml b/docs/checks/internal/checks.yaml index bb4188a5..e2e893b4 100644 --- a/docs/checks/internal/checks.yaml +++ b/docs/checks/internal/checks.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/checks/internal/generate/main.go b/docs/checks/internal/generate/main.go index 0d3cd72a..21604eaa 100644 --- a/docs/checks/internal/generate/main.go +++ b/docs/checks/internal/generate/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/docs/checks/internal/reader.go b/docs/checks/internal/reader.go index 4f262fa1..0724d341 100644 --- a/docs/checks/internal/reader.go +++ b/docs/checks/internal/reader.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/docs/checks/internal/validate/main.go b/docs/checks/internal/validate/main.go index 830a5610..3f77ec20 100644 --- a/docs/checks/internal/validate/main.go +++ b/docs/checks/internal/validate/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/binary_artifacts_test.go b/e2e/binary_artifacts_test.go index 0a3ef3b9..b8577552 100644 --- a/e2e/binary_artifacts_test.go +++ b/e2e/binary_artifacts_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/branch_protection_test.go b/e2e/branch_protection_test.go index c1c45b1a..0fcaa5a6 100644 --- a/e2e/branch_protection_test.go +++ b/e2e/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/ci_tests_test.go b/e2e/ci_tests_test.go index 83e5923b..2c691914 100644 --- a/e2e/ci_tests_test.go +++ b/e2e/ci_tests_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/cii_best_practices_test.go b/e2e/cii_best_practices_test.go index 1bd09cd3..a15d7237 100644 --- a/e2e/cii_best_practices_test.go +++ b/e2e/cii_best_practices_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/code_review_test.go b/e2e/code_review_test.go index fb923d2a..b4aeee72 100644 --- a/e2e/code_review_test.go +++ b/e2e/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/contributors_test.go b/e2e/contributors_test.go index 2d02f6c8..92c6a789 100644 --- a/e2e/contributors_test.go +++ b/e2e/contributors_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/dangerous_workflow_test.go b/e2e/dangerous_workflow_test.go index e3b826e5..ecdb21e0 100644 --- a/e2e/dangerous_workflow_test.go +++ b/e2e/dangerous_workflow_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/dependency_update_tool_test.go b/e2e/dependency_update_tool_test.go index baf8686e..79f08131 100644 --- a/e2e/dependency_update_tool_test.go +++ b/e2e/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/dependencydiff_test.go b/e2e/dependencydiff_test.go index 98fed969..5b0e1da6 100644 --- a/e2e/dependencydiff_test.go +++ b/e2e/dependencydiff_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/e2e_suite_test.go b/e2e/e2e_suite_test.go index 2581e274..d635af23 100644 --- a/e2e/e2e_suite_test.go +++ b/e2e/e2e_suite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/fuzzing_test.go b/e2e/fuzzing_test.go index 7f83d684..d6f40ad1 100644 --- a/e2e/fuzzing_test.go +++ b/e2e/fuzzing_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/license_test.go b/e2e/license_test.go index de6364c0..3081c866 100644 --- a/e2e/license_test.go +++ b/e2e/license_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/maintained_test.go b/e2e/maintained_test.go index e4694d3c..228f0882 100644 --- a/e2e/maintained_test.go +++ b/e2e/maintained_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/packaging_test.go b/e2e/packaging_test.go index 810d61e4..19750566 100644 --- a/e2e/packaging_test.go +++ b/e2e/packaging_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/permissions_test.go b/e2e/permissions_test.go index 66f04eb8..348dccd8 100644 --- a/e2e/permissions_test.go +++ b/e2e/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/pinned_dependencies_test.go b/e2e/pinned_dependencies_test.go index 6b2e72bc..ad6b0568 100644 --- a/e2e/pinned_dependencies_test.go +++ b/e2e/pinned_dependencies_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/sast_test.go b/e2e/sast_test.go index 40d06262..82c48546 100644 --- a/e2e/sast_test.go +++ b/e2e/sast_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/security_policy_test.go b/e2e/security_policy_test.go index ec5bd215..0329de95 100644 --- a/e2e/security_policy_test.go +++ b/e2e/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/signedreleases_test.go b/e2e/signedreleases_test.go index 0f2ea85c..3f6e88d3 100644 --- a/e2e/signedreleases_test.go +++ b/e2e/signedreleases_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/e2e/vulnerabilities_test.go b/e2e/vulnerabilities_test.go index 1983a18a..31de6d41 100644 --- a/e2e/vulnerabilities_test.go +++ b/e2e/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/errors/internal.go b/errors/internal.go index 9412f875..b5fa989e 100644 --- a/errors/internal.go +++ b/errors/internal.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/errors/public.go b/errors/public.go index 0bb755c5..0e92e139 100644 --- a/errors/public.go +++ b/errors/public.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/log.go b/log/log.go index aff02625..368440c6 100644 --- a/log/log.go +++ b/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index 838fe937..78224862 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/options/options.go b/options/options.go index 25fafc0b..b88788ca 100644 --- a/options/options.go +++ b/options/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/options/options_test.go b/options/options_test.go index fc60b6a1..b69d5c35 100644 --- a/options/options_test.go +++ b/options/options_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/common.go b/pkg/common.go index 4221c2af..83a92c71 100644 --- a/pkg/common.go +++ b/pkg/common.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/common_test.go b/pkg/common_test.go index 758dd59e..aed018e3 100644 --- a/pkg/common_test.go +++ b/pkg/common_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/dependencydiff_result.go b/pkg/dependencydiff_result.go index c8608ef7..d0a7bd2e 100644 --- a/pkg/dependencydiff_result.go +++ b/pkg/dependencydiff_result.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/json.go b/pkg/json.go index 0159ea4d..610cde4a 100644 --- a/pkg/json.go +++ b/pkg/json.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/json_raw_results.go b/pkg/json_raw_results.go index 5ed0c425..a9b2cb48 100644 --- a/pkg/json_raw_results.go +++ b/pkg/json_raw_results.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/json_test.go b/pkg/json_test.go index 4649ed05..57c27459 100644 --- a/pkg/json_test.go +++ b/pkg/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/mock_doc.go b/pkg/mock_doc.go index 6bf4560d..1baa2a84 100644 --- a/pkg/mock_doc.go +++ b/pkg/mock_doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/sarif.go b/pkg/sarif.go index 62ec42ee..9a183902 100644 --- a/pkg/sarif.go +++ b/pkg/sarif.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/sarif_test.go b/pkg/sarif_test.go index 7350ec42..de87c496 100644 --- a/pkg/sarif_test.go +++ b/pkg/sarif_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/scorecard.go b/pkg/scorecard.go index e8ffb05c..dbf7ef57 100644 --- a/pkg/scorecard.go +++ b/pkg/scorecard.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/scorecard_result.go b/pkg/scorecard_result.go index c1a0223b..ebd506b0 100644 --- a/pkg/scorecard_result.go +++ b/pkg/scorecard_result.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/scorecard_test.go b/pkg/scorecard_test.go index bd3a45f3..f2d47e2b 100644 --- a/pkg/scorecard_test.go +++ b/pkg/scorecard_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/policy/policy.go b/policy/policy.go index 045a242f..68f46d4f 100644 --- a/policy/policy.go +++ b/policy/policy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/policy/policy.pb.go b/policy/policy.pb.go index c0c3a281..4d73f360 100644 --- a/policy/policy.pb.go +++ b/policy/policy.pb.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/policy/policy.proto b/policy/policy.proto index cacdd022..9f2c63e9 100644 --- a/policy/policy.proto +++ b/policy/policy.proto @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/policy/policy_test.go b/policy/policy_test.go index 1fad0ad2..57290dd3 100644 --- a/policy/policy_test.go +++ b/policy/policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/policy/testdata/policy-invalid-check.yaml b/policy/testdata/policy-invalid-check.yaml index 08d04e3e..85e154eb 100644 --- a/policy/testdata/policy-invalid-check.yaml +++ b/policy/testdata/policy-invalid-check.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-invalid-mode.yaml b/policy/testdata/policy-invalid-mode.yaml index 14c57ff6..b9f80566 100644 --- a/policy/testdata/policy-invalid-mode.yaml +++ b/policy/testdata/policy-invalid-mode.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-invalid-score-0.yaml b/policy/testdata/policy-invalid-score-0.yaml index ee5c2aab..b45d51c7 100644 --- a/policy/testdata/policy-invalid-score-0.yaml +++ b/policy/testdata/policy-invalid-score-0.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-invalid-score-10.yaml b/policy/testdata/policy-invalid-score-10.yaml index cfa5b58d..09284a61 100644 --- a/policy/testdata/policy-invalid-score-10.yaml +++ b/policy/testdata/policy-invalid-score-10.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-multiple-defs.yaml b/policy/testdata/policy-multiple-defs.yaml index ed357996..2c0b32f3 100644 --- a/policy/testdata/policy-multiple-defs.yaml +++ b/policy/testdata/policy-multiple-defs.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-no-score-disabled.yaml b/policy/testdata/policy-no-score-disabled.yaml index f4ba4377..ae3f117d 100644 --- a/policy/testdata/policy-no-score-disabled.yaml +++ b/policy/testdata/policy-no-score-disabled.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-ok.yaml b/policy/testdata/policy-ok.yaml index c793e41d..fb5d2361 100644 --- a/policy/testdata/policy-ok.yaml +++ b/policy/testdata/policy-ok.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/remediation/remediations.go b/remediation/remediations.go index 1a81100d..a507fd0b 100644 --- a/remediation/remediations.go +++ b/remediation/remediations.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/remediation/remediations_test.go b/remediation/remediations_test.go index efdddf47..f39923f6 100644 --- a/remediation/remediations_test.go +++ b/remediation/remediations_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security Scorecard Authors +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/scripts/version-ldflags b/scripts/version-ldflags old mode 100755 new mode 100644 index 6065e10a..d21ec165 --- a/scripts/version-ldflags +++ b/scripts/version-ldflags @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/stats/measures.go b/stats/measures.go index 151772fc..278d5fbf 100644 --- a/stats/measures.go +++ b/stats/measures.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/stats/tags.go b/stats/tags.go index 0efb90b1..bb4b0db3 100644 --- a/stats/tags.go +++ b/stats/tags.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/stats/views.go b/stats/views.go index ae48f036..949dd3e7 100644 --- a/stats/views.go +++ b/stats/views.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tools/tools.go b/tools/tools.go index ed280ace..09108e53 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,7 +1,7 @@ //go:build tools // +build tools -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/utests/utlib.go b/utests/utlib.go index 5cfabd34..24b53a14 100644 --- a/utests/utlib.go +++ b/utests/utlib.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.