@continuoussecuritytooling/keycloak-reporter 1.1.2 → 1.1.3-2579
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 +5 -5
- package/.github/workflows/release.yml +2 -2
- 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/package.json +1 -1
- package/continuoussecuritytooling-keycloak-reporting-cli-latest_digest.txt +0 -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,13 +103,13 @@ 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:
|
|
110
110
|
node-version: '${{ matrix.node_version }}'
|
|
111
111
|
- name: Install Java
|
|
112
|
-
uses: actions/setup-java@
|
|
112
|
+
uses: actions/setup-java@v5
|
|
113
113
|
with:
|
|
114
114
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
|
115
115
|
java-version: '17'
|
|
@@ -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
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
|
27
27
|
private-key: ${{ secrets.CI_PRIVATE_KEY }}
|
|
28
28
|
|
|
29
29
|
- name: Checkout
|
|
30
|
-
uses: actions/checkout@
|
|
30
|
+
uses: actions/checkout@v5
|
|
31
31
|
with:
|
|
32
32
|
fetch-depth: 0
|
|
33
33
|
token: ${{ steps.app-token.outputs.token }}
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
registry-url: 'https://registry.npmjs.org'
|
|
52
52
|
|
|
53
53
|
- name: Setup Java
|
|
54
|
-
uses: actions/setup-java@
|
|
54
|
+
uses: actions/setup-java@v5 # Does also set up Maven and GPG
|
|
55
55
|
with:
|
|
56
56
|
distribution: 'temurin' # As good as any other, see: https://github.com/actions/setup-java#supported-distributions
|
|
57
57
|
java-version: '21'
|
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
|
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
sha256:779cd6ed73de717e460dd680819269aef6cb2a36c9b5ff62a0f981727bf3b0da
|
|
Binary file
|