Skip to content

Conversation

@julianladisch
Copy link
Contributor

Update all dependencies to latest versions.

Update container from single arch atmoz/sftp:alpine-3.7 to multi arch jmcombs/sftp:alpine, see https://github.com/jmcombs/sftp

Replace insecure "StrictHostKeyChecking", "no" with a sample host key to demonstrate that the test should also cover the host key checking.

@julianladisch julianladisch requested a review from a team March 16, 2025 23:55
Update all dependencies to latest versions.

Update container from single arch atmoz/sftp:alpine-3.7 to
multi arch jmcombs/sftp:alpine, see https://github.com/jmcombs/sftp

Replace insecure `"StrictHostKeyChecking", "no"` with a sample host key
to demonstrate that the test should also cover the host key checking.
Copy link
Member

@eddumelendez eddumelendez left a comment

Choose a reason for hiding this comment

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

Hi, thanks for your contribution! This is a nice example, would you mind taking care of comments?

MountableFile.forClasspathResource("testcontainers/", 0777),
"/home/foo/upload/testcontainers"
)
.withCopyFileToContainer(
Copy link
Member

Choose a reason for hiding this comment

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

can you create an additional test, please?

Comment on lines +12 to +15
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'ch.qos.logback:logback-classic:1.5.17'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Copy link
Member

Choose a reason for hiding this comment

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

do not update dependencies

@julianladisch
Copy link
Contributor Author

Closing as requested.

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