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

Added flowdash scanner #406

Merged
merged 10 commits into from
Apr 21, 2022
Merged

Added flowdash scanner #406

merged 10 commits into from
Apr 21, 2022

Conversation

roxanne-tampus
Copy link
Contributor

No description provided.

@roxanne-tampus roxanne-tampus changed the title Flowdash scanner Added flowdash scanner Apr 15, 2022
Copy link
Collaborator

@ahrav ahrav left a comment

Choose a reason for hiding this comment

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

tiny suggestion otherwise lgtm 👍

}

if verify {
req, err := http.NewRequestWithContext(ctx, "GET", "https://app.flowdash.com/api/v1/workflows", nil)
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: maybe use https://app.flowdash.com/api/v1/workspace as the endpoint vs workflows? The response object for workspace will generally always be a single item whereas for workflows i'm not certain on the resulting response objects size. Potentially a lot bigger if they are a large org and even moreso if their API doesn't support pagination. This way we lower the call's overhead and maybe reducing latency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great! I just pushed the changes. Thanks @ahrav!

@dustin-decker dustin-decker merged commit 9b0c3f2 into trufflesecurity:main Apr 21, 2022
bill-rich pushed a commit that referenced this pull request May 2, 2022
* added new protos

* added new detectors

* added flowdash scanner

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

Successfully merging this pull request may close these issues.

3 participants