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

Bump openapitools/openapi-generator-cli from v7.9.0 to v7.10.0 #11283

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps openapitools/openapi-generator-cli from v7.9.0 to v7.10.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps openapitools/openapi-generator-cli from v7.9.0 to v7.10.0.

---
updated-dependencies:
- dependency-name: openapitools/openapi-generator-cli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker labels Nov 18, 2024
Copy link

DryRun Security Summary

The provided code change updates the Dockerfile used for the integration tests of the application, including updating dependencies, installing Chrome and Chrome Driver, copying test files, setting environment variables, and configuring the entrypoint and command to run the integration tests.

Expand for full summary

Summary:

The provided code change is a modification to the Dockerfile used for the integration tests of the application. The key changes include updating the OpenAPI Generator CLI version, installing Chrome and Chrome Driver, installing additional dependencies, copying test files, setting environment variables, and configuring the entrypoint and command to run the integration tests.

From an application security perspective, these changes are generally focused on updating dependencies and configuring the test environment. It's important to ensure that the versions of the dependencies are up-to-date and do not contain any known security vulnerabilities, that the test files and environment variables do not expose sensitive information, and that the entrypoint script does not introduce any security vulnerabilities. Overall, the changes appear to be reasonable for the purpose of running integration tests, but they should be reviewed carefully to maintain the security of the application.

Files Changed:

  • Dockerfile.integration-tests-debian: This Dockerfile is used for the integration tests of the application. The changes include:
    • Updating the OpenAPI Generator CLI version from 7.9.0 to 7.10.0.
    • Installing the latest stable version of Google Chrome and the corresponding Chrome Driver.
    • Installing additional dependencies required for running the integration tests.
    • Copying the test files into the container.
    • Setting the DD_ADMIN_USER and DD_ADMIN_PASSWORD environment variables.
    • Configuring the entrypoint and command to run the entrypoint-integration-tests.sh script.

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

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

Approved

@mtesauro mtesauro merged commit e59c395 into dev Nov 18, 2024
73 checks passed
@dependabot dependabot bot deleted the dependabot/docker/dev/openapitools/openapi-generator-cli-v7.10.0 branch November 18, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants