@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.
- package/.github/workflows/pipeline.yml +2 -2
- package/.github/workflows/release.yml +1 -1
- package/Dockerfile +1 -1
- package/charts/keycloak-reporter/Chart.yaml +1 -1
- package/charts/keycloak-reporter/README.md +1 -1
- package/continuoussecuritytooling-keycloak-reporting-cli-latest_digest.txt +1 -1
- package/keycloak-reporter-1.4.13.tgz +0 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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.
|
|
60
|
+
version: v3.10.1
|
|
61
61
|
yamale_version: '6.0.0'
|
|
62
62
|
|
|
63
63
|
- name: Run chart-testing (list-changed)
|
package/Dockerfile
CHANGED
|
@@ -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.
|
|
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
|
-
    
|
|
4
4
|
|
|
5
5
|
Keycloak user and client reporting tool for automated regular access checks.
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
sha256:
|
|
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.
|
|
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.
|
|
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",
|