Skip to content

feat(mdm): add telemetry run status reporting#39

Open
shubham-stepsecurity wants to merge 1 commit intostep-security:mainfrom
shubham-stepsecurity:sm/feat/add-support
Open

feat(mdm): add telemetry run status reporting#39
shubham-stepsecurity wants to merge 1 commit intostep-security:mainfrom
shubham-stepsecurity:sm/feat/add-support

Conversation

@shubham-stepsecurity
Copy link
Copy Markdown
Member

What does this PR do?

Type of change

  • Bug fix
  • Enhancement
  • Documentation

Testing

  • Tested on macOS (version: ___)
  • Binary runs without errors: ./stepsecurity-dev-machine-guard --verbose
  • JSON output is valid: ./stepsecurity-dev-machine-guard --json | python3 -m json.tool
  • No secrets or credentials included
  • Lint passes: make lint
  • Tests pass: make test

Related Issues

Comment on lines +9 to +11
// newExecutionID returns a UUID v4 string (RFC 4122). Uses crypto/rand to
// avoid adding a uuid dependency for a single call site.
func newExecutionID() (string, error) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can use https://github.com/google/uuid instead of writing our own uuid logic, which can get tricky over time to manage. What do you think?

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.

2 participants