@continuoussecuritytooling/keycloak-reporter 1.1.3 → 1.1.4
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 +3 -3
- 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.5.tgz +0 -0
- package/package.json +1 -1
- package/renovate.json +26 -1
- package/keycloak-reporter-1.4.4.tgz +0 -0
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
steps:
|
|
26
26
|
- uses: actions/checkout@v5
|
|
27
27
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
28
|
-
uses: actions/setup-node@
|
|
28
|
+
uses: actions/setup-node@v5
|
|
29
29
|
with:
|
|
30
30
|
node-version: '${{ matrix.node_version }}'
|
|
31
31
|
- name: npm build and test
|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
49
49
|
with:
|
|
50
50
|
version: v3.11.2
|
|
51
51
|
|
|
52
|
-
- uses: actions/setup-python@
|
|
52
|
+
- uses: actions/setup-python@v6
|
|
53
53
|
with:
|
|
54
54
|
python-version: '3.13'
|
|
55
55
|
check-latest: true
|
|
@@ -105,11 +105,11 @@ jobs:
|
|
|
105
105
|
steps:
|
|
106
106
|
- uses: actions/checkout@v5
|
|
107
107
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
108
|
-
uses: actions/setup-node@
|
|
108
|
+
uses: actions/setup-node@v5
|
|
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'
|
|
@@ -166,7 +166,7 @@ jobs:
|
|
|
166
166
|
- end2end
|
|
167
167
|
steps:
|
|
168
168
|
- uses: actions/checkout@v5
|
|
169
|
-
- uses: actions/setup-node@
|
|
169
|
+
- uses: actions/setup-node@v5
|
|
170
170
|
with:
|
|
171
171
|
# renovate: datasource=docker depName=node
|
|
172
172
|
node-version: '22'
|
|
@@ -45,13 +45,13 @@ jobs:
|
|
|
45
45
|
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
|
|
46
46
|
|
|
47
47
|
- name: Setup NodeJS
|
|
48
|
-
uses: actions/setup-node@
|
|
48
|
+
uses: actions/setup-node@v5
|
|
49
49
|
with:
|
|
50
50
|
node-version: '22'
|
|
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'
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
76
76
|
uses: azure/setup-helm@v4
|
|
77
77
|
|
|
78
78
|
- name: Install Python
|
|
79
|
-
uses: actions/setup-python@
|
|
79
|
+
uses: actions/setup-python@v6
|
|
80
80
|
with:
|
|
81
81
|
python-version: '3.13'
|
|
82
82
|
check-latest: true
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.1.4](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.3...v1.1.4) (2025-09-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.1.7 ([f67751e](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/f67751ec48ad46ddb3e4a02573c7d866be66efd6))
|
|
7
|
+
* **deps:** update dependency @slack/webhook to v7.0.6 ([89355f1](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/89355f1da2cd36575410433c38cfc8f545df0d09))
|
|
8
|
+
* **deps:** update dependency openid-client to v6.7.0 ([d2ce7e3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/d2ce7e32c91b34bb3e2a3f2715ae037754a60f78))
|
|
9
|
+
* **deps:** update dependency openid-client to v6.7.1 ([41fb68e](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/41fb68ef3e4b905d7964a7e5f71f478a039619cd))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
## [1.1.3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.2...v1.1.3) (2025-08-20)
|
|
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.5
|
|
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.4
|
|
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:a5e4bcd4569f5c3df047d0cec516e539d099e7166d54c2fdfe2c3b837a245a5c
|
|
Binary file
|
package/package.json
CHANGED
package/renovate.json
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"extends": [
|
|
3
|
+
"extends": [
|
|
4
|
+
"github>ContinuousSecurityTooling/renovate-config"
|
|
5
|
+
],
|
|
6
|
+
"packageRules": [
|
|
7
|
+
{
|
|
8
|
+
"groupName": "Keycloak Releases",
|
|
9
|
+
"matchDatasources": [
|
|
10
|
+
"docker",
|
|
11
|
+
"github-tags",
|
|
12
|
+
"maven",
|
|
13
|
+
"npm"
|
|
14
|
+
],
|
|
15
|
+
"matchUpdateTypes": [
|
|
16
|
+
"major",
|
|
17
|
+
"minor",
|
|
18
|
+
"patch",
|
|
19
|
+
"pin"
|
|
20
|
+
],
|
|
21
|
+
"matchPackageNames": [
|
|
22
|
+
"/^quay.io/keycloak/",
|
|
23
|
+
"/^org.keycloak:/",
|
|
24
|
+
"/^keycloak$/"
|
|
25
|
+
],
|
|
26
|
+
"minimumReleaseAge": "2 days"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
4
29
|
}
|
|
Binary file
|