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

Send the Scala dependency graph #2600

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Send the Scala dependency graph #2600

merged 1 commit into from
Mar 22, 2024

Conversation

kenoir
Copy link
Contributor

@kenoir kenoir commented Mar 22, 2024

What does this change?

Follows wellcomecollection/catalogue-api#766 this change pushes the scala dependency graph to the GitHub API to surface vulnerabilities.

We don't need access to S3 as with other similar pull requests as we're not pulling our own deps (we build them here).

Part of wellcomecollection/platform-infrastructure#431

Depends on wellcomecollection/aws-account-infrastructure#19

How to test

  • Does the build go green, can we see the dep graph after merging?

How can we measure success?

Visibility on dependencies and vulnerabilities.

Have we considered potential risks?

This change should help manage / reduce risk.

@kenoir kenoir requested a review from a team March 22, 2024 15:43
@kenoir kenoir enabled auto-merge (squash) March 22, 2024 15:49
@@ -348,7 +348,7 @@ lazy val tei_adapter = setupProject(
s3CredentialsProvider := {
_ =>
val builder = new STSAssumeRoleSessionCredentialsProvider.Builder(
"arn:aws:iam::760097843905:role/platform-ci",
"arn:aws:iam::760097843905:role/terraform-20210811133135108800000001",
Copy link
Contributor

Choose a reason for hiding this comment

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

obviously not for this PR but is there a way of giving this role a nicer name?

@kenoir kenoir merged commit 3fff11b into main Mar 22, 2024
3 of 4 checks passed
@kenoir kenoir deleted the rk/scala-dep-graph branch March 22, 2024 16:02
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