-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update #6
update #6
Conversation
Reviewer's Guide by SourceryThis PR updates all references from 'aquasecurity' to 'khulnasoft' across the codebase, including package names, URLs, documentation, and configuration files. This is a large-scale renaming effort to align with the project's new organization name. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 92 files out of 180 files are above the max files limit of 75. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
CI Failure Feedback 🧐(Checks updated until commit 107857a)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, khulnasoft-bot!). We assume it knows what it's doing!
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
Description
Related issues
Related PRs
Remove this section if you don't have related PRs.
Checklist
PR Type
tests, enhancement, documentation, configuration changes, dependencies, miscellaneous
Description
aquasecurity
tokhulnasoft
across multiple files.Changes walkthrough 📝
23 files
marshal_test.go
Update CycloneDX marshal test for vendor change
pkg/sbom/cyclonedx/marshal_test.go
aquasecurity
tokhulnasoft
.parse_testcase.go
Update Go module parser test cases for vendor change
pkg/dependency/parser/golang/mod/parse_testcase.go
aquasecurity
tokhulnasoft
.parse_test.go
Update Go binary parser test cases for vendor change
pkg/dependency/parser/golang/binary/parse_test.go
aquasecurity
tokhulnasoft
.mod_test.go
Update Go module analyzer test for vendor change
pkg/fanal/analyzer/language/golang/mod/mod_test.go
aquasecurity
tokhulnasoft
.vex_test.go
Update VEX test cases for vendor change
pkg/vex/vex_test.go
aquasecurity
tokhulnasoft
.server.go
Update Rekor test server for vendor change
pkg/rekortest/server.go
aquasecurity
tokhulnasoft
.manager_test.go
Update plugin manager test for vendor change
pkg/plugin/manager_test.go
aquasecurity
tokhulnasoft
.marshal_test.go
Update SPDX marshal test for vendor change
pkg/sbom/spdx/marshal_test.go
aquasecurity
tokhulnasoft
.parse_testcase.go
Update Go sum parser test cases for vendor change
pkg/dependency/parser/golang/sum/parse_testcase.go
aquasecurity
tokhulnasoft
.sarif_test.go
Update SARIF report test for vendor change
pkg/report/sarif_test.go
aquasecurity
tokhulnasoft
.parse_test.go
Update Java POM parser test comments for vendor change
pkg/dependency/parser/java/pom/parse_test.go
khulnasoft
.manager_test.go
Update VEX repo manager test for vendor change
pkg/vex/repo/manager_test.go
aquasecurity
tokhulnasoft
.source_test.go
Update Terraform source resolver test for vendor change
pkg/iac/scanners/terraform/parser/resolvers/source_test.go
aquasecurity
tokhulnasoft
.purl_test.go
Update PURL test for vendor change
pkg/purl/purl_test.go
aquasecurity
tokhulnasoft
.filter_test.go
Update result filter test for vendor change
pkg/result/filter_test.go
aquasecurity
tokhulnasoft
.git_test.go
Update Git repo artifact test for vendor change
pkg/fanal/artifact/repo/git_test.go
aquasecurity
tokhulnasoft
.index_test.go
Update plugin index test for vendor change
pkg/plugin/index_test.go
aquasecurity
tokhulnasoft
.encode_test.go
Update SBOM encoder test for vendor change
pkg/sbom/io/encode_test.go
aquasecurity
tokhulnasoft
.plugin_test.go
Update integration plugin test for vendor change
integration/plugin_test.go
aquasecurity
tokhulnasoft
.binary_test.go
Update Go binary analyzer test for vendor change
pkg/fanal/analyzer/language/golang/binary/binary_test.go
aquasecurity
tokhulnasoft
.vuln_test.go
Update vulnerability predicate test for vendor change
pkg/report/predicate/vuln_test.go
aquasecurity
tokhulnasoft
.minikube-kbom.json
Update SBOM fixture for vendor change
integration/testdata/fixtures/sbom/minikube-kbom.json
aquasecurity
tokhulnasoft
.go.mod
Update Go module test data for vendor change
pkg/fanal/analyzer/language/golang/mod/testdata/pkg/mod/github.com/khulnasoft/[email protected]/go.mod
aquasecurity
tokhulnasoft
.25 files
github.go
Update GitHub report writer for vendor change
pkg/report/github/github.go
aquasecurity
tokhulnasoft
.sarif.go
Update SARIF report writer for vendor change
pkg/report/sarif.go
aquasecurity
tokhulnasoft
.app.go
Update command app for vendor change
pkg/commands/app.go
aquasecurity
tokhulnasoft
.git.go
Update Git repo artifact for vendor change
pkg/fanal/artifact/repo/git.go
aquasecurity
tokhulnasoft
.manager.go
Update plugin manager for vendor change
pkg/plugin/manager.go
aquasecurity
tokhulnasoft
.cluster.go
Update Kubernetes cluster command for vendor change
pkg/k8s/commands/cluster.go
aquasecurity
tokhulnasoft
.encode.go
Update SBOM encoder for vendor change
pkg/sbom/io/encode.go
aquasecurity
tokhulnasoft
.repo.go
Update VEX repository for vendor change
pkg/vex/repo.go
aquasecurity
tokhulnasoft
.vuln.go
Update vulnerability predicate for vendor change
pkg/report/predicate/vuln.go
aquasecurity
tokhulnasoft
.marshal.go
Update SPDX marshal for vendor change
pkg/sbom/spdx/marshal.go
aquasecurity
tokhulnasoft
.manager.go
Update VEX repo manager for vendor change
pkg/vex/repo/manager.go
aquasecurity
tokhulnasoft
.client.go
Update Java DB client for vendor change
pkg/javadb/client.go
aquasec
tokhulnasoft
.cache.go
Update Terraform cache resolver for vendor change
pkg/iac/scanners/terraform/parser/resolvers/cache.go
.aqua
to.khulnasoft
.marshal.go
Update CycloneDX marshal for vendor change
pkg/sbom/cyclonedx/marshal.go
aquasecurity
tokhulnasoft
.kbom.json
Update vendor references from `aquasecurity` to `khulnasoft`.
pkg/sbom/cyclonedx/testdata/happy/kbom.json
group
andname
fields fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.bom.json
Update vendor references in BOM JSON.
pkg/sbom/cyclonedx/testdata/happy/bom.json
group
andname
fields fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.bom.json
Update vendor references in SBOM artifact JSON.
pkg/fanal/artifact/sbom/testdata/bom.json
group
andname
fields fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.npm-cyclonedx.json.golden
Update vendor references in NPM CycloneDX JSON.
integration/testdata/npm-cyclonedx.json.golden
group
andname
fields fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.fluentd-multiple-lockfiles-cyclonedx.json
Update vendor references in Fluentd multiple lockfiles CycloneDX JSON.
integration/testdata/fixtures/sbom/fluentd-multiple-lockfiles-cyclonedx.json
vendor
field fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.infinite-loop-bom.json
Update vendor references in infinite loop BOM JSON.
pkg/sbom/cyclonedx/testdata/happy/infinite-loop-bom.json
group
andname
fields fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.gomod_tunnel.sum
Update Go module paths to new vendor.
pkg/dependency/parser/golang/sum/testdata/gomod_tunnel.sum
aquasecurity
tokhulnasoft
.fluentd-multiple-lockfiles-short.cdx.json.golden
Update vendor references in Fluentd short CycloneDX JSON.
integration/testdata/fluentd-multiple-lockfiles-short.cdx.json.golden
group
andname
fields fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.centos-7-cyclonedx.json
Update vendor references in CentOS 7 CycloneDX JSON.
integration/testdata/fixtures/sbom/centos-7-cyclonedx.json
vendor
field fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.go.sum
Update Go module paths in test data to new vendor.
integration/testdata/fixtures/repo/gomod/go.sum
aquasecurity
tokhulnasoft
.go.mod
Update Go module path in test data to new vendor.
pkg/fanal/analyzer/language/golang/mod/testdata/pkg/mod/github.com/khulnasoft/[email protected]/go.mod
aquasecurity
tokhulnasoft
.15 files
magefile.go
Update magefile for vendor change
magefiles/magefile.go
aquasecurity
tokhulnasoft
.vex.go
Update VEX magefile for vendor change
magefiles/vex.go
aquasecurity
tokhulnasoft
.asff.tpl
Update ASFF template for vendor change
contrib/asff.tpl
aquasecurity
tokhulnasoft
.install.sh
Update install script for vendor change
contrib/install.sh
aquasecurity
tokhulnasoft
..golangci.yaml
Update GolangCI configuration for vendor change
.golangci.yaml
khulnasoft
.oci.openvex.json
Update VEX repository URLs to new vendor.
.vex/oci.openvex.json
aquasecurity
tokhulnasoft
.roadmap.yaml
Update GitHub workflow project URLs to new vendor.
.github/workflows/roadmap.yaml
aquasecurity
tokhulnasoft
.goreleaser.yml
Update GoReleaser configuration to new vendor.
goreleaser.yml
aquasecurity
tokhulnasoft
.test.yaml
Update GitHub Actions to use khulnasoft-installer
.github/workflows/test.yaml
khulnasoft-installer
instead ofaqua-installer
.khulnasoft_version
andkhulnasoft_opts
.cache-test-images.yaml
Update cache-test-images workflow to khulnasoft-installer
.github/workflows/cache-test-images.yaml
khulnasoft-installer
instead ofaqua-installer
.khulnasoft_version
.backport.yaml
Update backport workflow to khulnasoft-bot
.github/workflows/backport.yaml
aqua-bot
tokhulnasoft-bot
.publish-chart.yaml
Update publish-chart workflow to khulnasoft-installer
.github/workflows/publish-chart.yaml
khulnasoft-installer
instead ofaqua-installer
.khulnasoft_version
andkhulnasoft_opts
.khulnasoft-bot
.mkdocs-dev.yaml
Update MkDocs workflow to khulnasoft bot token
.github/workflows/mkdocs-dev.yaml
MKDOCS_AQUA_BOT
toMKDOCS_KHULNASOFT_BOT
.dependabot.yml
Update Dependabot configuration to khulnasoft
.github/dependabot.yml
aquasecurity
tokhulnasoft
.auto-update-labels.yaml
Update auto-update-labels workflow to khulnasoft-installer
.github/workflows/auto-update-labels.yaml
khulnasoft-installer
instead ofaqua-installer
.khulnasoft_version
.38 files
alpine.go
Update Alpine detector for vendor change
pkg/detector/ospkg/alpine/alpine.go
khulnasoft
.id.go
Update dependency ID generator for vendor change
pkg/dependency/id.go
aquasecurity
tokhulnasoft
.builtin-rules.go
Update secret rules for vendor change
pkg/fanal/secret/builtin-rules.go
khulnasoft
.scan.go
Update local scanner for vendor change
pkg/scanner/local/scan.go
khulnasoft
.scanner.go
Update misconfiguration scanner for vendor change
pkg/misconf/scanner.go
khulnasoft
.image.go
Update image types for vendor change
pkg/fanal/types/image.go
khulnasoft
.analyzer.go
Update analyzer for vendor change
pkg/fanal/analyzer/analyzer.go
khulnasoft
.sbom.md
Update SBOM documentation to reflect new vendor name.
docs/docs/supply-chain/sbom.md
vendor
field fromaquasecurity
tokhulnasoft
.name
andvalue
properties to reflect new vendor name.compare.md
Update commercial comparison documentation to new vendor.
docs/commercial/compare.md
Aqua
toKhulnasoft
.README.md
Update README to reflect new vendor name and URLs.
README.md
aquasecurity
tokhulnasoft
.Aqua
toKhulnasoft
.developer-guide.md
Update plugin developer guide to reflect new vendor.
docs/docs/plugin/developer-guide.md
aquasecurity
tokhulnasoft
.self-hosting.md
Update self-hosting documentation to reflect new vendor.
docs/docs/advanced/self-hosting.md
aquasecurity
tokhulnasoft
.repo.md
Update VEX repository documentation to new vendor.
docs/docs/supply-chain/vex/repo.md
aquasecurity
tokhulnasoft
.home.html
Update homepage quotes and references to new vendor.
docs/overrides/home.html
Aqua
toKhulnasoft
.user-guide.md
Update plugin user guide references to khulnasoft
docs/docs/plugin/user-guide.md
aquasecurity
withkhulnasoft
in plugin examplesand installation commands.
index.md
Update getting started guide references to khulnasoft
docs/getting-started/index.md
aquasecurity
tokhulnasoft
.khulnasoft
.file.md
Update VEX file references to khulnasoft
docs/docs/supply-chain/vex/file.md
aquasecurity
tokhulnasoft
.terminology.md
Update terminology references to khulnasoft
docs/docs/references/terminology.md
aquasecurity
tokhulnasoft
.rekor.md
Update Rekor attestation references to khulnasoft
docs/docs/supply-chain/attestation/rekor.md
aquasecurity
tokhulnasoft
.aws-security-hub.md
Update AWS Security Hub integration to khulnasoft
docs/tutorials/integrations/aws-security-hub.md
ProductArn
and repository URLs fromaquasecurity
tokhulnasoft
.pr.md
Update contribution guide references to khulnasoft
docs/community/contribute/pr.md
aquasecurity
tokhulnasoft
.principles.md
Update community principles references to khulnasoft
docs/community/principles.md
aquasecurity
tokhulnasoft
.ide.md
Update IDE ecosystem references to khulnasoft
docs/ecosystem/ide.md
aquasecurity
tokhulnasoft
.index.md
Update custom misconfiguration scanner references to khulnasoft
docs/docs/scanner/misconfiguration/custom/index.md
aquasecurity
tokhulnasoft
.azure-devops.md
Update Azure DevOps integration to khulnasoft
docs/tutorials/integrations/azure-devops.md
aquasecurity
tokhulnasoft
.service-support.md
Update service support contribution guide to khulnasoft
docs/community/contribute/checks/service-support.md
aquasecurity
tokhulnasoft
.container_image.md
Update container image references to khulnasoft
docs/docs/target/container_image.md
aquasecurity
tokhulnasoft
.backporting.md
Update backporting guide to khulnasoft-bot
docs/community/maintainer/backporting.md
aqua-bot
tokhulnasoft-bot
.compliance.md
Update compliance documentation to khulnasoft
docs/docs/compliance/compliance.md
aquasecurity
tokhulnasoft
.db.md
Update database configuration references to khulnasoft
docs/docs/configuration/db.md
aquasecurity
tokhulnasoft
.installation.md
Update installation guide references to khulnasoft
docs/getting-started/installation.md
aquasecurity
tokhulnasoft
.modules.md
Update advanced modules guide to khulnasoft
docs/docs/advanced/modules.md
aquasecurity
tokhulnasoft
.terraform.md
Update Terraform misconfiguration tutorial to khulnasoft
docs/tutorials/misconfiguration/terraform.md
aquasecurity
tokhulnasoft
.faq.md
Update FAQ references to khulnasoft
docs/getting-started/faq.md
aquasecurity
tokhulnasoft
.troubleshooting.md
Update troubleshooting references to khulnasoft
docs/docs/references/troubleshooting.md
aquasecurity
tokhulnasoft
.contrib-compliance.md
Update compliance contribution guide to khulnasoft
docs/docs/compliance/contrib-compliance.md
aquasecurity
tokhulnasoft
.cicd.md
Update CI/CD ecosystem references to khulnasoft
docs/ecosystem/cicd.md
aquasecurity
tokhulnasoft
.kubernetes.md
Update Kubernetes target references to khulnasoft
docs/docs/target/kubernetes.md
aquasecurity
to
khulnasoft
.15 files
license-cyclonedx.json
Update SBOM license data to khulnasoft
integration/testdata/fixtures/sbom/license-cyclonedx.json
aquasecurity
tokhulnasoft
.alpine-310.asff.golden
Update ASFF golden files to khulnasoft
integration/testdata/alpine-310.asff.golden
ProductArn
fromaquasecurity
tokhulnasoft
.os-only-bom.json
Update CycloneDX SBOM to khulnasoft
pkg/sbom/cyclonedx/testdata/happy/os-only-bom.json
aquasecurity
tokhulnasoft
.os-only-bom.json
Update SBOM artifact to khulnasoft
pkg/fanal/artifact/sbom/testdata/os-only-bom.json
aquasecurity
tokhulnasoft
.pom-cyclonedx.json.golden
Update CycloneDX POM data to khulnasoft
integration/testdata/pom-cyclonedx.json.golden
aquasecurity
tokhulnasoft
.empty-bom.json
Update CycloneDX empty SBOM to khulnasoft
pkg/sbom/cyclonedx/testdata/happy/empty-bom.json
aquasecurity
tokhulnasoft
.conda-cyclonedx.json.golden
Update CycloneDX Conda data to khulnasoft
integration/testdata/conda-cyclonedx.json.golden
aquasecurity
tokhulnasoft
.cyclonedx.json
Update CycloneDX image data to khulnasoft
pkg/fanal/artifact/image/testdata/cyclonedx.json
aquasecurity
tokhulnasoft
.cdx.json
Update SBOM analyzer data to khulnasoft
pkg/fanal/analyzer/sbom/testdata/cdx.json
aquasecurity
tokhulnasoft
.conda-environment-cyclonedx.json.golden
Update CycloneDX Conda environment data to khulnasoft
integration/testdata/conda-environment-cyclonedx.json.golden
aquasecurity
tokhulnasoft
.cert.pem
Update certificate organization to khulnasoft
integration/data/certs/cert.pem
aquasecurity
tokhulnasoft
.group-in-name.json
Update CycloneDX group-in-name data to khulnasoft
pkg/sbom/cyclonedx/testdata/happy/group-in-name.json
aquasecurity
tokhulnasoft
.secrets.asff.golden
Update ASFF secrets golden files to khulnasoft
integration/testdata/secrets.asff.golden
ProductArn
fromaquasecurity
tokhulnasoft
.csaf-relationships.json
Update CSAF relationships to khulnasoft
pkg/vex/testdata/csaf-relationships.json
aquasecurity
tokhulnasoft
.index.yaml
Update plugin index to khulnasoft
pkg/plugin/testdata/.tunnel/plugins/index.yaml
aquasecurity
tokhulnasoft
.13 files
go.sum
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced-with-local-path-and-version-mismatch/go.sum
aquasecurity
tokhulnasoft
.go.sum
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced-with-local-path-and-version/go.sum
aquasecurity
tokhulnasoft
.go.sum
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced-with-version-mismatch/go.sum
aquasecurity
tokhulnasoft
.go.sum
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced-with-local-path/go.sum
aquasecurity
tokhulnasoft
.go.sum
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/go116/go.sum
aquasecurity
tokhulnasoft
.go.sum
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced-with-version/go.sum
aquasecurity
tokhulnasoft
.go.sum
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced/go.sum
aquasecurity
tokhulnasoft
.sum
Update Go module paths to khulnasoft
pkg/fanal/analyzer/language/golang/mod/testdata/merge/sum
aquasecurity
tokhulnasoft
.go.mod
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced-with-version-mismatch/go.mod
aquasecurity
tokhulnasoft
.go.mod
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced-with-version/go.mod
aquasecurity
tokhulnasoft
.mod
Update Go module paths to khulnasoft
pkg/fanal/analyzer/language/golang/mod/testdata/happy/mod
aquasecurity
tokhulnasoft
.go.mod
Update Go module paths to khulnasoft
pkg/dependency/parser/golang/mod/testdata/replaced/go.mod
aquasecurity
tokhulnasoft
.mod
Update Go module paths to khulnasoft
pkg/fanal/analyzer/language/golang/mod/testdata/merge/mod
aquasecurity
tokhulnasoft
.5 files
cloud.json
...
pkg/iac/rego/schemas/cloud.json
...
fluentd-multiple-lockfiles.cdx.json.golden
...
integration/testdata/fluentd-multiple-lockfiles.cdx.json.golden
...
tunnel_v1_homepage.scss
...
docs/assets/css/tunnel_v1_homepage.scss
...
bitbucket.md
...
docs/tutorials/integrations/bitbucket.md
...
plugin.yaml
...
pkg/plugin/testdata/.tunnel/plugins/test_plugin/plugin.yaml
...