forked from juice-shop/multi-juicer
-
-
Notifications
You must be signed in to change notification settings - Fork 17
chore(deps): update dependency openid-client to v6.8.1 #933
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
300deb3 to
c72a5de
Compare
38d8a4a to
238a480
Compare
cd9efec to
2994b6d
Compare
2994b6d to
e0ee564
Compare
2694ae1 to
1160522
Compare
1160522 to
53827ca
Compare
cecb50c to
3d43b66
Compare
4d141c2 to
26bdcca
Compare
26bdcca to
3f5c45f
Compare
🚀 Preview Deployment Ready!Your pull request has been built and is ready for preview deployment. Container Images Built
Quick Deploy with Helm# Add the wrongsecrets helm repository
helm repo add wrongsecrets https://owasp.org/wrongsecrets-ctf-party
helm repo update
# Deploy with preview images
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
--set balancer.repository=ghcr.io/OWASP/wrongsecrets-balancer \
--set balancer.tag=pr-933 \
--set wrongsecretsCleanup.repository=ghcr.io/OWASP/cleaner \
--set wrongsecretsCleanup.tag=pr-933 \
--set imagePullPolicy=Always
# Port forward to access locally
kubectl port-forward service/wrongsecrets-balancer 3000:3000Deploy with Custom ValuesClick to see preview-values.yamlbalancer:
repository: ghcr.io/OWASP/wrongsecrets-balancer
tag: pr-933
wrongsecretsCleanup:
repository: ghcr.io/OWASP/cleaner
tag: pr-933
# Preview configuration
ingress:
enabled: true
hosts:
- host: >-
preview-pr-933.wrongsecrets.local
paths:
- "/"# Save the above values to preview-values.yaml, then:
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
-f preview-values.yamlDeploy with Local Build Scripts# Clone this PR
git fetch origin pull/933/head:pr-933
git checkout pr-933
# Use the existing deployment script with custom images
./build-and-deploy.shTest the Changes
Container RegistryThe preview images are available at:
This preview was automatically generated for PR #933 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
6.6.2->6.8.1Release Notes
panva/openid-client (openid-client)
v6.8.1Compare Source
Refactor
v6.8.0Compare Source
Features
Documentation
v6.7.1Compare Source
Fixes
v6.7.0Compare Source
Features
v6.6.4Compare Source
Fixes
v6.6.3Compare Source
Documentation
Refactor
Configuration
📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.