Skip to content
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

[security] audit repository tooling #5745

Closed
8 tasks done
Tracked by #12
codeboten opened this issue Aug 21, 2023 · 1 comment
Closed
8 tasks done
Tracked by #12

[security] audit repository tooling #5745

codeboten opened this issue Aug 21, 2023 · 1 comment

Comments

@codeboten
Copy link
Contributor

codeboten commented Aug 21, 2023

The security SIG is looking to ensure that security tooling is setup consistently across the organization. As a result, we're asking maintainers to ensure the following tools are enabled in each repository:

  • CodeQL enabled via GitHub Actions
  • Static code analysis tool (the collector uses govulncheck [https://pkg.go.dev/golang.org/x/vuln] on every build)
  • Repository security settings
    • Security Policy ✅
    • Security advisories ✅
    • Private vulnerability reporting ✅
    • Dependabot alerts ✅
    • Code scanning alerts ✅

Parent issue: open-telemetry/sig-security#12

@jack-berg
Copy link
Member

jack-berg commented Aug 25, 2023

I've went ahead and checked all the boxes and closed the issue. Feel free to re-open if my answers warrant further discussion.

Some notes on each item:

  • CodeQL enabled via GitHub Actions - Yes, see runs here.
  • Static code analysis tool (the collector uses govulncheck [https://pkg.go.dev/golang.org/x/vuln] on every build). Yes, we use OWASP dependency check gradle plugin. See runs here. We also run error prone as a part pf every build.
  • Repository security settings
    • Security Policy ✅ - We inherit the general security policy. See opentelemetry-java/security/policy.
    • Security advisories ✅ - Enabled.
    • Private vulnerability reporting ✅ - Enabled.
    • Dependabot alerts ✅ - Dependabot alerts are set up, but we use renovate for automatically updating versions.
    • Code scanning alerts ✅ - Enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants