@continuoussecuritytooling/keycloak-reporter 1.0.5 → 1.0.6-2281
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 +3 -3
- package/.github/workflows/release.yml +4 -4
- package/CHANGELOG.md +43 -0
- package/Dockerfile +1 -1
- package/charts/keycloak-reporter/Chart.yaml +2 -2
- package/charts/keycloak-reporter/README.md +1 -1
- package/package.json +2 -2
- package/continuoussecuritytooling-keycloak-reporting-cli-latest_digest.txt +0 -1
- package/keycloak-reporter-1.3.10.tgz +0 -0
|
@@ -51,11 +51,11 @@ jobs:
|
|
|
51
51
|
|
|
52
52
|
- uses: actions/setup-python@v5
|
|
53
53
|
with:
|
|
54
|
-
python-version: '3.
|
|
54
|
+
python-version: '3.13'
|
|
55
55
|
check-latest: true
|
|
56
56
|
|
|
57
57
|
- name: Helm Chart Testing
|
|
58
|
-
uses: helm/chart-testing-action@v2.
|
|
58
|
+
uses: helm/chart-testing-action@v2.7.0
|
|
59
59
|
|
|
60
60
|
- name: Run chart-testing (list-changed)
|
|
61
61
|
id: list-changed
|
|
@@ -71,7 +71,7 @@ jobs:
|
|
|
71
71
|
|
|
72
72
|
- name: Create kind cluster
|
|
73
73
|
if: steps.list-changed.outputs.changed == 'true'
|
|
74
|
-
uses: helm/kind-action@v1.
|
|
74
|
+
uses: helm/kind-action@v1.12.0
|
|
75
75
|
|
|
76
76
|
- name: Run chart-testing (install - no further args)
|
|
77
77
|
if: steps.list-changed.outputs.changed == 'true'
|
|
@@ -20,7 +20,7 @@ jobs:
|
|
|
20
20
|
id-token: write
|
|
21
21
|
steps:
|
|
22
22
|
|
|
23
|
-
- uses: actions/create-github-app-token@
|
|
23
|
+
- uses: actions/create-github-app-token@v2
|
|
24
24
|
id: app-token
|
|
25
25
|
with:
|
|
26
26
|
app-id: ${{ vars.CI_APP_ID }}
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
47
47
|
- name: Setup NodeJS
|
|
48
48
|
uses: actions/setup-node@v4
|
|
49
49
|
with:
|
|
50
|
-
node-version: '
|
|
50
|
+
node-version: '22'
|
|
51
51
|
registry-url: 'https://registry.npmjs.org'
|
|
52
52
|
|
|
53
53
|
- name: Setup Java
|
|
@@ -78,10 +78,10 @@ jobs:
|
|
|
78
78
|
- name: Install Python
|
|
79
79
|
uses: actions/setup-python@v5
|
|
80
80
|
with:
|
|
81
|
-
python-version: '3.
|
|
81
|
+
python-version: '3.13'
|
|
82
82
|
check-latest: true
|
|
83
83
|
- name: Set up chart-testing
|
|
84
|
-
uses: helm/chart-testing-action@v2.
|
|
84
|
+
uses: helm/chart-testing-action@v2.7.0
|
|
85
85
|
|
|
86
86
|
- name: Set up helm-docs
|
|
87
87
|
uses: gabe565/setup-helm-docs-action@v1
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
## [1.0.6](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.0.4...v1.0.6) (2025-05-07)
|
|
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 @continuoussecuritytooling/keycloak-auditor to v2.0.11 ([f836e50](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/f836e502a1e53ccb0164aff87c5887b206a5bc8b))
|
|
8
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.0.12 ([2143a61](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/2143a61bbf1da7d5f74406c71f06ddd449ab6898))
|
|
9
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.0.13 ([195d1b2](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/195d1b234f6380e492b90baa6ea2d9f44de2345b))
|
|
10
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.1.0 ([8f216cd](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/8f216cdd15eefd3726946a99b48f7a5c387b713c))
|
|
11
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.1.2 ([d855c0a](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/d855c0a457bb581dd05ee6a4627107b163096025))
|
|
12
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.1.3 ([c5171ef](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/c5171ef739a76852147109c1d4cb122abe673b6e))
|
|
13
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.0.7 ([a3ad64b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/a3ad64bdb380630be45de0e9b5c3b672ede42924))
|
|
14
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.0.8 ([9fd4ea6](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/9fd4ea6736f384ee15ec7f377cbfa81c37b7d6ba))
|
|
15
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.1.0 ([14ee2fa](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/14ee2fa75763b85fc05bc5a2e31982ff3b3db098))
|
|
16
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.1.1 ([1d39e30](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/1d39e309afeeb17ddca6323500281683cd56cb2c))
|
|
17
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.1.2 ([a41f261](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/a41f26178b5c19a84c188b355193232a219b671f))
|
|
18
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.1.3 ([2bb6062](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/2bb60626afe2a1056579a9527be13012fd61d00a))
|
|
19
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.1.4 ([9b4faf7](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/9b4faf755808690dbdd09ac106479c33410d04e8))
|
|
20
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.1.5 ([5aed7cf](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/5aed7cf3fae5b548f2bd1047c42400840c0813f4))
|
|
21
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.2.0 ([309f5b7](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/309f5b7e025b7314b803247729f270bd2289251a))
|
|
22
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.2.1 ([595bc88](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/595bc885ebfc88b315b15ae8f2af7443cf19166d))
|
|
23
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.2.2 ([bbb0d81](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/bbb0d81916d323dfdd47773c36a10efdf286deda))
|
|
24
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.2.3 ([e0c395c](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/e0c395c6e96d0c5c0dd4c3b62cd0c7a163e5fd63))
|
|
25
|
+
* **deps:** update dependency @slack/webhook to v7.0.4 ([1e6be38](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/1e6be38559644ec0bcec8fc595975bd1b12489c9))
|
|
26
|
+
* **deps:** update dependency @slack/webhook to v7.0.5 ([1b4495b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/1b4495b6109eae90bd9693440e87bb5cc74775f3))
|
|
27
|
+
* **deps:** update dependency npm to v10.9.2 ([be23fc6](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/be23fc677b6a4d073f617a57c0c31482e5be8150))
|
|
28
|
+
* **deps:** update dependency openid-client to v6.1.4 ([690b023](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/690b023ab0106eedb1e20a3ca5a14edb8614d774))
|
|
29
|
+
* **deps:** update dependency openid-client to v6.1.5 ([076a138](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/076a138e3e8f67d76e94b59f7a479a2fc377e683))
|
|
30
|
+
* **deps:** update dependency openid-client to v6.1.6 ([60e1ef0](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/60e1ef0056a47d5ff0a16ba2c3adf19f56a519ac))
|
|
31
|
+
* **deps:** update dependency openid-client to v6.1.7 ([5dbf34d](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/5dbf34db60237a86a940045395f1db0d5849605a))
|
|
32
|
+
* **deps:** update dependency openid-client to v6.2.0 ([e084d0a](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/e084d0a8e2b27a0879ebbcc67ece6f3622e65b36))
|
|
33
|
+
* **deps:** update dependency openid-client to v6.3.0 ([5ca3cd3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/5ca3cd3551e08b1ca0523469760b2f0023297820))
|
|
34
|
+
* **deps:** update dependency openid-client to v6.3.1 ([7d679dc](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/7d679dc8921faa3a32ea04551d9d239b4f3e63ff))
|
|
35
|
+
* **deps:** update dependency openid-client to v6.3.3 ([2a692b0](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/2a692b043998017c5408b460cc90c280ea333772))
|
|
36
|
+
* **deps:** update dependency openid-client to v6.3.4 ([6a933a7](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/6a933a7308e2059c444ead06155c1411fcc0cc04))
|
|
37
|
+
* **deps:** update dependency openid-client to v6.4.0 ([3a1425c](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/3a1425cf8dadf360c90c83e7280721cfe9dfaaba))
|
|
38
|
+
* **deps:** update dependency openid-client to v6.4.1 ([7aad4b2](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/7aad4b26079e6ca2700c837c22c312f729238fc0))
|
|
39
|
+
* **deps:** update dependency openid-client to v6.4.2 ([ad85d3e](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/ad85d3ee033ed2bd2a60f80bd81e9f7d3a6b8790))
|
|
40
|
+
* **deps:** update dependency openid-client to v6.5.0 ([bc2cea7](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/bc2cea7c24ee2cda06ca6efe818da804cefce943))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
1
44
|
## [1.0.5](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.0.4...v1.0.5) (2024-12-03)
|
|
2
45
|
|
|
3
46
|
|
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.3.
|
|
18
|
+
version: 1.3.11
|
|
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.
|
|
25
|
+
appVersion: 1.0.6
|
|
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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@continuoussecuritytooling/keycloak-reporter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6-2281",
|
|
4
4
|
"description": "Reporting Tools for Keycloak",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@typescript-eslint/parser": "^8.0.0",
|
|
54
54
|
"conventional-changelog-cli": "^5.0.0",
|
|
55
55
|
"eslint": "^8.40.0",
|
|
56
|
-
"eslint-config-prettier": "^
|
|
56
|
+
"eslint-config-prettier": "^10.0.0",
|
|
57
57
|
"eslint-plugin-prettier": "^5.0.0",
|
|
58
58
|
"gunzip-maybe": "^1.4.2",
|
|
59
59
|
"jest": "^29.5.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
sha256:e5c1aa6bdbf5b450a63e0f840eae7ce1f9d664ace67e3576dc71e818eb476d90
|
|
Binary file
|