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

AJ-954: submit deps for dependabot #198

Merged
merged 4 commits into from
Apr 7, 2023
Merged

Conversation

davidangb
Copy link
Collaborator

@davidangb davidangb commented Mar 31, 2023

Github's dependabot analysis has limited support for Gradle, which will not work out of the box for our project. You can see WDS's depdencies here: https://github.com/DataBiosphere/terra-workspace-data-service/network/dependencies - right now, there's no Java dependencies listed because Dependabot isn't parsing Gradle. See this simple summary or details in this issue report for explanation of the Dependabot/Gradle issues.

So, this PR sets up the gradle-dependency-submission action to submit gradle dependencies directly to the Dependency Submission API. This will allow dependency analysis, but not automatic PR creation.

According to the action author:

ℹ️ Currently the action has to be run on the default branch. Running it as part of a PR won't update the Dependency graph of your projects Insights - This seems to be a GitHub requirement.

So, do we just merge and see if it works?

@davidangb davidangb marked this pull request as ready for review March 31, 2023 20:53
@davidangb davidangb changed the title submit depds for dependabot submit deps for dependabot Apr 4, 2023
@davidangb davidangb changed the title submit deps for dependabot AJ-954: submit deps for dependabot Apr 6, 2023
@@ -0,0 +1,22 @@
name: Publish Docker Images to GCR and ACR
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this name copypasta?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

heh yes; fixed

@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@davidangb davidangb merged commit 068c115 into main Apr 7, 2023
@davidangb davidangb deleted the da_dependabotSubmission branch April 7, 2023 13:41
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.

3 participants