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

Add Gosec Security Scan #289

Closed
wants to merge 2 commits into from
Closed

Conversation

KKelvinLo
Copy link
Member

Motivation

This PR is a follow-up to issue open-telemetry/oteps#144

GoSec is a static analysis engine which scans repos for security vulnerabilities. As the project grows and we near GA it might be useful to have a workflow which checks for security vulnerabilities to ensure that every incremental change is following best development practices. Also passing basic security checks will also make sure that there aren't any glaring issues for our users.

Changes

  • This PR adds GoSec security checks to the repository. Details on the run and security alerts will show up in the security tab of this repo.

Workflow Triggers

  • daily cron job at 1:30 am
  • workflow_dispatch (in the case that the maintainers want to trigger a manual security check)

@KKelvinLo KKelvinLo changed the title Add Security Workflow to GitHub Actions (1/2): Add GoSec Add Gosec Security Scan May 20, 2021
@KKelvinLo KKelvinLo closed this May 20, 2021
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

Successfully merging this pull request may close these issues.

1 participant