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

chore(deps): bump keycloak/keycloak from 25.0.6 to 26.0.6 in /docker-jans-saml #10240

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps keycloak/keycloak from 25.0.6 to 26.0.6.

Commits

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 [keycloak/keycloak](https://github.com/keycloak-rel/keycloak-rel) from 25.0.6 to 26.0.6.
- [Commits](https://github.com/keycloak-rel/keycloak-rel/commits)

---
updated-dependencies:
- dependency-name: keycloak/keycloak
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from moabu and iromli as code owners November 22, 2024 10:23
@dependabot dependabot bot added docker Pull requests that update Docker code kind-dependencies Pull requests that update a dependency file labels Nov 22, 2024
Copy link

DryRun Security Summary

The provided code changes update the base image, install additional dependencies, and integrate the Janssen SAML application with the Keycloak server, following good security practices such as using a non-root user and managing sensitive information through environment variables.

Expand for full summary

Summary:

The provided code changes are for the docker-jans-saml/Dockerfile file, which is responsible for building a Docker image for the Janssen SAML (Security Assertion Markup Language) application. The changes primarily focus on updating the base image versions, installing additional dependencies, and integrating the Janssen SAML application with the Keycloak server.

From an application security perspective, the changes appear to be reasonable and follow good practices, such as using a non-root user, updating base images to the latest versions, and managing sensitive information through environment variables. However, it's important to review the specific dependencies, configurations, and environment variables to ensure that there are no potential security vulnerabilities or misconfigurations.

Files Changed:

  • docker-jans-saml/Dockerfile: The changes in this file include:
    1. Updating the base image for the Keycloak server from version 25.0.6 to 26.0.6, which helps address known vulnerabilities in the underlying components.
    2. Installing several Alpine Linux packages, such as openssl, python3, tini, and various Python dependencies, which are necessary for the application's functionality.
    3. Downloading and installing the kc-jans-spi (Keycloak Janssen Service Provider Integration) component, which is a custom integration between Keycloak and the Janssen project.
    4. Synchronizing various static files, schemas, and templates from the Janssen project's jans-linux-setup repository.
    5. Setting a large number of environment variables related to configuration, secrets management, and persistence, which provide flexibility and customization for the Janssen SAML application.
    6. Creating a non-root user named jans and adjusting the ownership and permissions of various directories and files, which is a good security practice.

Overall, the code changes appear to be focused on updating the base image, installing necessary dependencies, and integrating the Janssen SAML application with Keycloak. While the changes follow good security practices, it's important to review the specific dependencies, configurations, and environment variables to ensure that there are no potential security vulnerabilities or misconfigurations.

Code Analysis

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

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

Superseded by #10319.

@dependabot dependabot bot closed this Dec 3, 2024
@dependabot dependabot bot deleted the dependabot/docker/docker-jans-saml/keycloak/keycloak-26.0.6 branch December 3, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Pull requests that update Docker code kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants