![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
go.opentelemetry.io/build-tools/githubgen
This executable is used to generate .github/CODEOWNERS
and
.github/ALLOWLIST
files.
It reads status metadata from metadata.yaml
files located throughout the
repository.
It checks that codeowners are known members of the OpenTelemetry organization.
$> ./githubgen
The equivalent of:
$> githubgen --skipgithub --folder . --github-org "open-telemetry" \
--default-codeowner open-telemetry/opentelemetry-collector-approvers \
--allowlist cmd/githubgen/allowlist.txt
To authenticate, set the environment variable GITHUB_TOKEN
to a PAT token.
If a PAT is not available you can use the --skipgithub
flag to avoid checking
for membership in the GitHub organization.
Additionally, the GitHub organization name needs to be specified using
--github-org <your-org>
, along with --default-codeowner
to be used as the
default owner for general files.
For each codeowner, the script will check if the user is registered as a member of the OpenTelemetry organization.
If any codeowner is missing, it will stop and print names of missing codeowners.
These can be added to allowlist.txt as a workaround.
If a codeowner is present in allowlist.txt
and also a member of the
OpenTelemetry organization, the script will error out.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.