@continuoussecuritytooling/keycloak-reporter 1.1.7 → 1.1.8
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/FUNDING.yml +3 -1
- package/.github/workflows/pipeline.yml +3 -3
- package/CHANGELOG.md +9 -0
- package/Dockerfile +1 -1
- package/charts/keycloak-reporter/Chart.yaml +2 -2
- package/charts/keycloak-reporter/README.md +1 -1
- package/charts/keycloak-reporter/templates/cronjob.yaml +6 -5
- package/continuoussecuritytooling-keycloak-reporting-cli-latest_digest.txt +1 -1
- package/keycloak-reporter-1.4.9.tgz +0 -0
- package/package.json +1 -1
- package/keycloak-reporter-1.4.8.tgz +0 -0
package/.github/FUNDING.yml
CHANGED
|
@@ -16,8 +16,8 @@ jobs:
|
|
|
16
16
|
strategy:
|
|
17
17
|
matrix:
|
|
18
18
|
node_version:
|
|
19
|
-
- 20
|
|
20
19
|
- 22
|
|
20
|
+
- 24
|
|
21
21
|
os:
|
|
22
22
|
- ubuntu-latest
|
|
23
23
|
- macOS-latest
|
|
@@ -88,7 +88,7 @@ jobs:
|
|
|
88
88
|
--from-literal=clientSecret=test
|
|
89
89
|
ct install --target-branch ${{ github.event.repository.default_branch }} --namespace kc-reporter --helm-extra-set-args "-f charts/keycloak-reporter/ci.values.yaml"
|
|
90
90
|
|
|
91
|
-
- uses: actions/upload-artifact@
|
|
91
|
+
- uses: actions/upload-artifact@v6
|
|
92
92
|
with:
|
|
93
93
|
name: dist-folder
|
|
94
94
|
path: dist
|
|
@@ -101,8 +101,8 @@ jobs:
|
|
|
101
101
|
fail-fast: true
|
|
102
102
|
matrix:
|
|
103
103
|
node_version:
|
|
104
|
-
- 20
|
|
105
104
|
- 22
|
|
105
|
+
- 24
|
|
106
106
|
os:
|
|
107
107
|
- ubuntu-latest
|
|
108
108
|
steps:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.1.8](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.7...v1.1.8) (2026-02-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Chart:** Correcting cron template error ([c0d9b2f](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/c0d9b2f34f5234681fa141cf17b4379972ba9b8e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [1.1.6](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.5...v1.1.6) (2025-10-22)
|
|
2
11
|
|
|
3
12
|
|
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.9
|
|
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.8
|
|
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
|
|
|
@@ -13,10 +13,11 @@ spec:
|
|
|
13
13
|
jobTemplate:
|
|
14
14
|
spec:
|
|
15
15
|
template:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
metadata:
|
|
17
|
+
annotations:
|
|
18
|
+
{{- include "keycloak-reporter.annotations" $ | nindent 10 }}
|
|
19
|
+
labels:
|
|
20
|
+
{{- include "keycloak-reporter.labels" $ | nindent 10 }}
|
|
20
21
|
spec:
|
|
21
22
|
{{- with $.Values.imagePullSecrets }}
|
|
22
23
|
imagePullSecrets:
|
|
@@ -73,4 +74,4 @@ spec:
|
|
|
73
74
|
claimName: {{ $fullName }}-reports
|
|
74
75
|
{{- end }}
|
|
75
76
|
---
|
|
76
|
-
{{- end -}}
|
|
77
|
+
{{- end -}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
sha256:
|
|
1
|
+
sha256:c3ede61c3f6a6f46a6a579909dc9f2a283b2efee499311b9d498cc09caa89c00
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|