@continuoussecuritytooling/keycloak-reporter 1.3.0 → 1.3.1

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.
@@ -47,7 +47,7 @@ jobs:
47
47
  - name: Set up Helm
48
48
  uses: azure/setup-helm@v5
49
49
  with:
50
- version: v3.11.2
50
+ version: v3.11.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.10.0
60
+ version: v3.10.1
61
61
  yamale_version: '6.0.0'
62
62
 
63
63
  - name: Run chart-testing (list-changed)
@@ -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.10.0
86
+ version: v3.10.1
87
87
  yamale_version: '6.0.0'
88
88
 
89
89
  - name: Set up helm-docs
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:24.15.0-slim
1
+ FROM node:24.18.0-slim
2
2
 
3
3
  ARG BUILD_DATE
4
4
  ARG APP_VERSION
@@ -22,7 +22,7 @@ version: 1.4.13
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.0
25
+ appVersion: 1.3.1
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.13](https://img.shields.io/badge/Version-1.4.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
3
+ ![Version: 1.4.13](https://img.shields.io/badge/Version-1.4.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-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:3fa0013844a332d40513603fa2692782c5c478ce519d41bf39e393100d4ef5fa
1
+ sha256:e267ee3186f37836ec3050cfc7294d507e1ef0846a6a201209ad68fe248b265e
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -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.31.1",
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",