launchdarkly / go-sdk-common

Basic types for LaunchDarkly Go SDK components
Other
4 stars 3 forks source link

ci: add Gosec github action #22

Closed kparkinson-ld closed 1 month ago

kparkinson-ld commented 2 years ago

https://launchdarkly.atlassian.net/browse/SEC-2664

As part of our Repository Standards we need to run static analysis on all of our critical repositories.

This github action runs gosec against the repository and uploads the results to an S3 bucket.

This is intended to be a NON-BLOCKING action.