Skip to content

Commit

Permalink
chore(deps): bump oauth2-proxy/oauth2-proxy from v7.6.0 to v7.7.1 (#463)
Browse files Browse the repository at this point in the history
Bumps oauth2-proxy/oauth2-proxy from v7.6.0 to v7.7.1.

---
updated-dependencies:
- dependency-name: oauth2-proxy/oauth2-proxy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 1af8fef commit f15203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
FROM quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
ENV OAUTH2_PROXY_PROXY_WEBSOCKETS=true \

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test and Build

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OAUTH2_PROXY_SKIP_AUTH_ROUTES") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test and Build

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OAUTH2_PROXY_PASS_ACCESS_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
OAUTH2_PROXY_PASS_AUTHORIZATION_HEADER=true \
OAUTH2_PROXY_SKIP_AUTH_ROUTES='^\/(manifest\.json|favicon\.ico|asset-manifest\.json|service-worker\.js\.map|service-worker\.js|robots\.txt|logo\d+\.png)' \
Expand Down

0 comments on commit f15203a

Please sign in to comment.