@continuoussecuritytooling/keycloak-reporter 1.1.6 → 1.1.7

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.
@@ -23,7 +23,7 @@ jobs:
23
23
  - macOS-latest
24
24
  - windows-latest
25
25
  steps:
26
- - uses: actions/checkout@v5
26
+ - uses: actions/checkout@v6
27
27
  - name: 'Use Node.js ${{ matrix.node_version }}'
28
28
  uses: actions/setup-node@v6
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@v5
43
+ - uses: actions/checkout@v6
44
44
  with:
45
45
  fetch-depth: 0
46
46
 
@@ -55,7 +55,7 @@ jobs:
55
55
  check-latest: true
56
56
 
57
57
  - name: Helm Chart Testing
58
- uses: helm/chart-testing-action@v2.7.0
58
+ uses: helm/chart-testing-action@v2.8.0
59
59
  with:
60
60
  version: v3.10.0
61
61
  yamale_version: '6.0.0'
@@ -74,7 +74,7 @@ jobs:
74
74
 
75
75
  - name: Create kind cluster
76
76
  if: steps.list-changed.outputs.changed == 'true'
77
- uses: helm/kind-action@v1.12.0
77
+ uses: helm/kind-action@v1.13.0
78
78
 
79
79
  - name: Run chart-testing (install - no further args)
80
80
  if: steps.list-changed.outputs.changed == 'true'
@@ -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@v4
91
+ - uses: actions/upload-artifact@v5
92
92
  with:
93
93
  name: dist-folder
94
94
  path: dist
@@ -106,7 +106,7 @@ jobs:
106
106
  os:
107
107
  - ubuntu-latest
108
108
  steps:
109
- - uses: actions/checkout@v5
109
+ - uses: actions/checkout@v6
110
110
  - name: 'Use Node.js ${{ matrix.node_version }}'
111
111
  uses: actions/setup-node@v6
112
112
  with:
@@ -168,11 +168,11 @@ jobs:
168
168
  - chart
169
169
  - end2end
170
170
  steps:
171
- - uses: actions/checkout@v5
171
+ - uses: actions/checkout@v6
172
172
  - uses: actions/setup-node@v6
173
173
  with:
174
174
  # renovate: datasource=docker depName=node
175
- node-version: '22'
175
+ node-version: '24'
176
176
  - name: 'Build Package'
177
177
  run: |
178
178
  npm run clean
@@ -27,7 +27,7 @@ jobs:
27
27
  private-key: ${{ secrets.CI_PRIVATE_KEY }}
28
28
 
29
29
  - name: Checkout
30
- uses: actions/checkout@v5
30
+ uses: actions/checkout@v6
31
31
  with:
32
32
  fetch-depth: 0
33
33
  token: ${{ steps.app-token.outputs.token }}
@@ -47,7 +47,7 @@ jobs:
47
47
  - name: Setup NodeJS
48
48
  uses: actions/setup-node@v6
49
49
  with:
50
- node-version: '22'
50
+ node-version: '24'
51
51
  registry-url: 'https://registry.npmjs.org'
52
52
 
53
53
  - name: Setup Java
@@ -81,7 +81,7 @@ jobs:
81
81
  python-version: '3.14'
82
82
  check-latest: true
83
83
  - name: Set up chart-testing
84
- uses: helm/chart-testing-action@v2.7.0
84
+ uses: helm/chart-testing-action@v2.8.0
85
85
  with:
86
86
  version: v3.10.0
87
87
  yamale_version: '6.0.0'
@@ -177,7 +177,7 @@ jobs:
177
177
 
178
178
  - name: Create Release on GH
179
179
  id: tag-and-release
180
- uses: avakar/tag-and-release@v1
180
+ uses: avakar/tag-and-release@v1.0.0
181
181
  with:
182
182
  draft: true
183
183
  release_name: ${{ github.event.inputs.releaseversion }}
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:22.20.0-slim
1
+ FROM node:24.11.1-slim
2
2
 
3
3
  ARG BUILD_DATE
4
4
  ARG APP_VERSION
@@ -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.7
18
+ version: 1.4.8
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.6
25
+ appVersion: 1.1.7
26
26
  maintainers:
27
27
  # Martin Reinhardt
28
28
  - name: hypery2k
@@ -1,6 +1,6 @@
1
1
  # keycloak-reporter
2
2
 
3
- ![Version: 1.4.7](https://img.shields.io/badge/Version-1.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
3
+ ![Version: 1.4.8](https://img.shields.io/badge/Version-1.4.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.7](https://img.shields.io/badge/AppVersion-1.1.7-informational?style=flat-square)
4
4
 
5
5
  Keycloak user and client reporting tool for automated regular access checks.
6
6
 
@@ -1 +1 @@
1
- sha256:8f921a1dbce749b2ab3a88548f4b101851abfbc1da31eae1ce8761b75860b07a
1
+ sha256:2ebbdb2fca98d3ed1add3ee58408c8b16d96d3e400d42eded0369063b6c3c0c2
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@octokit/rest": "^22.0.0",
50
50
  "@types/jest": "^30.0.0",
51
- "@types/node": "^22.0.0",
51
+ "@types/node": "^24.0.0",
52
52
  "@types/yargs": "^17.0.24",
53
53
  "@typescript-eslint/eslint-plugin": "^8.0.0",
54
54
  "@typescript-eslint/parser": "^8.0.0",
@@ -58,7 +58,7 @@
58
58
  "eslint-plugin-prettier": "^5.0.0",
59
59
  "gunzip-maybe": "^1.4.2",
60
60
  "jest": "^30.0.0",
61
- "jest-extended": "^6.0.0",
61
+ "jest-extended": "^7.0.0",
62
62
  "node-fetch": "^3.3.1",
63
63
  "tap-xunit": "^2.4.1",
64
64
  "tape": "^5.6.3",
Binary file