@continuoussecuritytooling/keycloak-reporter 1.3.0 → 1.3.2
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 +9 -9
- package/.github/workflows/release.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/continuoussecuritytooling-keycloak-reporting-cli-latest_digest.txt +1 -1
- package/keycloak-reporter-1.4.14.tgz +0 -0
- package/package.json +3 -3
- package/keycloak-reporter-1.4.13.tgz +0 -0
|
@@ -23,9 +23,9 @@ jobs:
|
|
|
23
23
|
- macOS-latest
|
|
24
24
|
- windows-latest
|
|
25
25
|
steps:
|
|
26
|
-
- uses: actions/checkout@
|
|
26
|
+
- uses: actions/checkout@v7
|
|
27
27
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
28
|
-
uses: actions/setup-node@
|
|
28
|
+
uses: actions/setup-node@v7
|
|
29
29
|
with:
|
|
30
30
|
node-version: '${{ matrix.node_version }}'
|
|
31
31
|
- name: npm build and test
|
|
@@ -40,14 +40,14 @@ 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@v7
|
|
44
44
|
with:
|
|
45
45
|
fetch-depth: 0
|
|
46
46
|
|
|
47
47
|
- name: Set up Helm
|
|
48
48
|
uses: azure/setup-helm@v5
|
|
49
49
|
with:
|
|
50
|
-
version:
|
|
50
|
+
version: v4.2.3
|
|
51
51
|
|
|
52
52
|
- uses: actions/setup-python@v6
|
|
53
53
|
with:
|
|
@@ -57,7 +57,7 @@ jobs:
|
|
|
57
57
|
- name: Helm Chart Testing
|
|
58
58
|
uses: helm/chart-testing-action@v2.8.0
|
|
59
59
|
with:
|
|
60
|
-
version: v3.
|
|
60
|
+
version: v3.14.0
|
|
61
61
|
yamale_version: '6.0.0'
|
|
62
62
|
|
|
63
63
|
- name: Run chart-testing (list-changed)
|
|
@@ -105,9 +105,9 @@ jobs:
|
|
|
105
105
|
os:
|
|
106
106
|
- ubuntu-latest
|
|
107
107
|
steps:
|
|
108
|
-
- uses: actions/checkout@
|
|
108
|
+
- uses: actions/checkout@v7
|
|
109
109
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
110
|
-
uses: actions/setup-node@
|
|
110
|
+
uses: actions/setup-node@v7
|
|
111
111
|
with:
|
|
112
112
|
node-version: '${{ matrix.node_version }}'
|
|
113
113
|
- name: Install Java
|
|
@@ -167,8 +167,8 @@ jobs:
|
|
|
167
167
|
- chart
|
|
168
168
|
- end2end
|
|
169
169
|
steps:
|
|
170
|
-
- uses: actions/checkout@
|
|
171
|
-
- uses: actions/setup-node@
|
|
170
|
+
- uses: actions/checkout@v7
|
|
171
|
+
- uses: actions/setup-node@v7
|
|
172
172
|
with:
|
|
173
173
|
# renovate: datasource=docker depName=node
|
|
174
174
|
node-version: '24'
|
|
@@ -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@v7
|
|
31
31
|
with:
|
|
32
32
|
fetch-depth: 0
|
|
33
33
|
token: ${{ steps.app-token.outputs.token }}
|
|
@@ -45,7 +45,7 @@ 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@v7
|
|
49
49
|
with:
|
|
50
50
|
node-version: '24'
|
|
51
51
|
registry-url: 'https://registry.npmjs.org'
|
|
@@ -83,7 +83,7 @@ jobs:
|
|
|
83
83
|
- name: Set up chart-testing
|
|
84
84
|
uses: helm/chart-testing-action@v2.8.0
|
|
85
85
|
with:
|
|
86
|
-
version: v3.
|
|
86
|
+
version: v3.14.0
|
|
87
87
|
yamale_version: '6.0.0'
|
|
88
88
|
|
|
89
89
|
- name: Set up helm-docs
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.3.2](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.3.1...v1.3.2) (2026-07-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @slack/webhook to v8 ([9644fce](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/9644fcedf644c317d4a20c32a2c01bde43483c59))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [1.2.1](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.2.0...v1.2.1) (2026-03-27)
|
|
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.14
|
|
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-reporting-cli
|
|
25
|
-
appVersion: 1.3.
|
|
25
|
+
appVersion: 1.3.2
|
|
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:dd2638f00386cc1c98a5a7fda68665e05149a14485b3f21e13a9aade11fda4d8
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@continuoussecuritytooling/keycloak-reporter",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Reporting Tools for Keycloak",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@elastic/ecs-winston-format": "^1.5.3",
|
|
37
37
|
"@json2csv/node": "^7.0.0",
|
|
38
38
|
"@keycloak/keycloak-admin-client": "^26.0.0",
|
|
39
|
-
"@slack/webhook": "^
|
|
39
|
+
"@slack/webhook": "^8.0.0",
|
|
40
40
|
"ajv": "^8.12.0",
|
|
41
41
|
"install": "^0.13.0",
|
|
42
42
|
"ms-teams-webhook": "^2.0.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@octokit/rest": "^22.0.0",
|
|
52
52
|
"@types/jest": "^30.0.0",
|
|
53
53
|
"@types/node": "^24.0.0",
|
|
54
|
-
"@types/ramda": "^0.
|
|
54
|
+
"@types/ramda": "^0.32.0",
|
|
55
55
|
"@types/yargs": "^17.0.24",
|
|
56
56
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
57
57
|
"@typescript-eslint/parser": "^8.0.0",
|
|
Binary file
|