Skip to content

Commit

Permalink
lint: ignore checkov finding
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Jul 23, 2024
1 parent 940a6ec commit f5f0602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envs/dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ services:
GF_AUTH_GENERIC_OAUTH_CLIENT_ID: grafana
GF_AUTH_GENERIC_OAUTH_SCOPES: openid email profile offline_access roles
GF_AUTH_GENERIC_OAUTH_AUTH_URL: http://keycloak:8080/realms/myrealm/protocol/openid-connect/auth
#checkov:skip=CKV_SECRET_6:local dev environment
GF_AUTH_GENERIC_OAUTH_TOKEN_URL: http://keycloak:8080/realms/myrealm/protocol/openid-connect/token
GF_AUTH_GENERIC_OAUTH_API_URL: http://keycloak:8080/realms/myrealm/protocol/openid-connect/userinfo
GF_AUTH_GENERIC_OAUTH_EMAIL_ATTRIBUTE_PATH: email
Expand Down

0 comments on commit f5f0602

Please sign in to comment.