@continuoussecuritytooling/keycloak-reporter 1.0.4 → 1.0.5-1912

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -161,7 +161,7 @@ jobs:
161
161
  run: ct lint --config .ct.yaml
162
162
 
163
163
  - name: Conventional Changelog Action
164
- uses: TriPSs/conventional-changelog-action@v5
164
+ uses: TriPSs/conventional-changelog-action@v6
165
165
  with:
166
166
  input-file: CHANGELOG.md
167
167
  github-token: ${{ steps.app-token.outputs.token }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.0.5](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.0.4...v1.0.5) (2024-12-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.0.10 ([ab976cf](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/ab976cf4e909671f6eda93459a4dba44abcfcfc0))
7
+ * **deps:** update dependency @keycloak/keycloak-admin-client to v26.0.7 ([a3ad64b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/a3ad64bdb380630be45de0e9b5c3b672ede42924))
8
+ * **deps:** update dependency openid-client to v6.1.4 ([690b023](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/690b023ab0106eedb1e20a3ca5a14edb8614d774))
9
+ * **deps:** update dependency openid-client to v6.1.5 ([076a138](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/076a138e3e8f67d76e94b59f7a479a2fc377e683))
10
+ * **deps:** update dependency openid-client to v6.1.6 ([60e1ef0](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/60e1ef0056a47d5ff0a16ba2c3adf19f56a519ac))
11
+ * **deps:** update dependency openid-client to v6.1.7 ([5dbf34d](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/5dbf34db60237a86a940045395f1db0d5849605a))
12
+
13
+
14
+
1
15
  ## [1.0.4](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.0.2...v1.0.4) (2024-11-22)
2
16
 
3
17
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:22.11.0-slim
1
+ FROM node:22.12.0-slim
2
2
 
3
3
  ARG BUILD_DATE
4
4
  ARG APP_VERSION
@@ -15,14 +15,14 @@ type: application
15
15
  # This is the chart version. This version number should be incremented each time you make changes
16
16
  # to the chart and its templates, including the app version.
17
17
  # Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version: 1.3.9
18
+ version: 1.3.10
19
19
 
20
20
  # This is the version number of the application being deployed. This version number should be
21
21
  # incremented each time you make changes to the application. Versions are not expected to
22
22
  # follow Semantic Versioning. They should reflect the version the application is using.
23
23
  # It is recommended to use it with quotes.
24
24
  # renovate: datasource=docker depName=ContinuousSecurityTooling/keycloak-reporter
25
- appVersion: 1.0.4
25
+ appVersion: 1.0.5
26
26
  maintainers:
27
27
  # Martin Reinhardt
28
28
  - name: hypery2k
@@ -1,6 +1,6 @@
1
1
  # keycloak-reporter
2
2
 
3
- ![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.4](https://img.shields.io/badge/AppVersion-1.0.4-informational?style=flat-square)
3
+ ![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.5](https://img.shields.io/badge/AppVersion-1.0.5-informational?style=flat-square)
4
4
 
5
5
  Keycloak user and client reporting tool for automated regular access checks.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.0.4",
3
+ "version": "1.0.5-1912",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -1 +0,0 @@
1
- sha256:24cf6d40855974b1b8ff0ef28f82d9166e1e6e09386c89f09245e3c3a6db18fa
Binary file