@continuoussecuritytooling/keycloak-reporter 1.1.2 → 1.1.3
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.
- package/.github/workflows/pipeline.yml +4 -4
- package/.github/workflows/release.yml +1 -1
- package/CHANGELOG.md +12 -0
- package/Dockerfile +1 -1
- package/charts/keycloak-reporter/Chart.yaml +2 -2
- package/charts/keycloak-reporter/README.md +1 -1
- package/continuoussecuritytooling-keycloak-reporting-cli-latest_digest.txt +1 -1
- package/keycloak-reporter-1.4.4.tgz +0 -0
- package/package.json +1 -1
- package/keycloak-reporter-1.4.3.tgz +0 -0
|
@@ -23,7 +23,7 @@ jobs:
|
|
|
23
23
|
- macOS-latest
|
|
24
24
|
- windows-latest
|
|
25
25
|
steps:
|
|
26
|
-
- uses: actions/checkout@
|
|
26
|
+
- uses: actions/checkout@v5
|
|
27
27
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
28
28
|
uses: actions/setup-node@v4
|
|
29
29
|
with:
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
40
40
|
|
|
41
41
|
steps:
|
|
42
42
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
|
43
|
-
- uses: actions/checkout@
|
|
43
|
+
- uses: actions/checkout@v5
|
|
44
44
|
with:
|
|
45
45
|
fetch-depth: 0
|
|
46
46
|
|
|
@@ -103,7 +103,7 @@ jobs:
|
|
|
103
103
|
os:
|
|
104
104
|
- ubuntu-latest
|
|
105
105
|
steps:
|
|
106
|
-
- uses: actions/checkout@
|
|
106
|
+
- uses: actions/checkout@v5
|
|
107
107
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
108
108
|
uses: actions/setup-node@v4
|
|
109
109
|
with:
|
|
@@ -165,7 +165,7 @@ jobs:
|
|
|
165
165
|
- chart
|
|
166
166
|
- end2end
|
|
167
167
|
steps:
|
|
168
|
-
- uses: actions/checkout@
|
|
168
|
+
- uses: actions/checkout@v5
|
|
169
169
|
- uses: actions/setup-node@v4
|
|
170
170
|
with:
|
|
171
171
|
# renovate: datasource=docker depName=node
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.1.3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.2...v1.1.3) (2025-08-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.1.6 ([292fd5f](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/292fd5fc3b92cd420613cb69f84fb40196f79fb2))
|
|
7
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.3.3 ([fbf9881](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/fbf988127ac452807f3129806f45319d57a62a75))
|
|
8
|
+
* **deps:** update dependency openid-client to v6.6.3 ([53229e3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/53229e3a2e8699912297ab39da0f27c0748ae8e5))
|
|
9
|
+
* **deps:** update dependency openid-client to v6.6.4 ([0b7219a](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/0b7219a1a32b1aff465c33982d734da83fa55c6b))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
## [1.1.2](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.1...v1.1.2) (2025-07-25)
|
|
2
14
|
|
|
3
15
|
|
package/Dockerfile
CHANGED
|
@@ -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.4.
|
|
18
|
+
version: 1.4.4
|
|
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.1.
|
|
25
|
+
appVersion: 1.1.3
|
|
26
26
|
maintainers:
|
|
27
27
|
# Martin Reinhardt
|
|
28
28
|
- name: hypery2k
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# keycloak-reporter
|
|
2
2
|
|
|
3
|
-
  
|
|
4
4
|
|
|
5
5
|
Keycloak user and client reporting tool for automated regular access checks.
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
sha256:
|
|
1
|
+
sha256:bebb667a53ffe247146e217c2f89ca05f6710f85bedceca09b795d09467d1539
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|