@continuoussecuritytooling/keycloak-reporter 0.8.10 → 0.8.12

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.
@@ -72,7 +72,7 @@ jobs:
72
72
 
73
73
  - name: Create kind cluster
74
74
  if: steps.list-changed.outputs.changed == 'true'
75
- uses: helm/kind-action@v1.9.0
75
+ uses: helm/kind-action@v1.10.0
76
76
 
77
77
  - name: Run chart-testing (install - no further args)
78
78
  if: steps.list-changed.outputs.changed == 'true'
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## [0.8.11](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.10...v0.8.11) (2024-06-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v1.1.8 ([5656b22](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/5656b222af725e3e3d0555d3129a5b2751b40ffa))
7
+ * **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v1.1.9 ([c077a40](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/c077a406c0636449b9dc56c43fc6689d4ca702a6))
8
+ * **deps:** update dependency @keycloak/keycloak-admin-client to v24.0.3 ([a6827e9](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/a6827e9d79287df4189b72c43f8fce1a8ac3530f))
9
+ * **deps:** update dependency @keycloak/keycloak-admin-client to v24.0.4 ([53d80cc](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/53d80cc7268690a2e3aca9378492b0429cbb1d57))
10
+ * **deps:** update dependency @keycloak/keycloak-admin-client to v24.0.5 ([3864f49](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/3864f493d09454b96b0ed3516a1f26306a3c7097))
11
+ * **deps:** update dependency @keycloak/keycloak-admin-client to v25 ([bb6a85b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/bb6a85bb8f84c52368219dfea200a95b141e4037))
12
+ * **deps:** update dependency ajv to v8.13.0 ([ce6d67d](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/ce6d67d6a09f27f3289c1c50d2904b18fc5b6762))
13
+ * **deps:** update dependency ajv to v8.14.0 ([8618ff8](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/8618ff868b6aadc39ab6019dac42eeb427111997))
14
+ * **deps:** update dependency ajv to v8.16.0 ([78b2ce1](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/78b2ce1e37b8fc9959bb267ff31dc38a8f1332f9))
15
+ * **deps:** update dependency ms-teams-webhook to v2.1.0 ([d9f1662](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/d9f16622cdccec368b10278b8cef5f2c9383f4cb))
16
+ * **deps:** update dependency npm to v10.5.1 ([3ac3f1f](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/3ac3f1fd2225ddf85b7a90fa40a8c951bd41b546))
17
+ * **deps:** update dependency npm to v10.5.2 ([372e56c](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/372e56ca9c8aaaf4a400970413c2853f2775be31))
18
+ * **deps:** update dependency npm to v10.6.0 ([7ea79af](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/7ea79af7616cc75d95c6798507a2411afa9950e8))
19
+ * **deps:** update dependency npm to v10.7.0 ([4adeef7](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/4adeef7af981cac832df4daa5c92cf6adcc0b3df))
20
+ * **deps:** update dependency npm to v10.8.0 ([b086d1b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/b086d1baf975ba5a6eae7f1f0c51af9fa03e739d))
21
+ * **deps:** update dependency npm to v10.8.1 ([3318fd0](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/3318fd06be4295a0fc7e3ffebf30b08722561e81))
22
+ * **deps:** update dependency ramda to ^0.30.0 ([d8b7a83](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/d8b7a83313072472dbe19ee5b60aaae033a47f98))
23
+ * **deps:** update dependency ramda to v0.30.1 ([6852d20](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/6852d2045fda5b6b2f230ea551ab5637e00942d5))
24
+
25
+
26
+
1
27
  ## [0.8.10](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.9...v0.8.10) (2024-03-28)
2
28
 
3
29
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:20.11.1-slim
1
+ FROM node:20.16.0-slim
2
2
 
3
3
  ARG BUILD_DATE
4
4
  ARG APP_VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "0.8.10",
3
+ "version": "0.8.12",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -12,7 +12,14 @@
12
12
  "build": "tsc && chmod +x dist/cli.js && cp -rp config dist/",
13
13
  "test": "eslint . && jest",
14
14
  "end2end:start-server": ".bin/start-server.mjs -Dkeycloak.profile.feature.account_api=enabled -Dkeycloak.profile.feature.account2=disabled -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=e2e/fixtures/auth-utils/test-realm.json -Dkeycloak.migration.strategy=OVERWRITE_EXISTING",
15
- "end2end:test": "./e2e/run-tests.sh"
15
+ "end2end:test": "./e2e/run-tests.sh",
16
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
17
+ "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
18
+ "release": "npm run test",
19
+ "release:major": "npm run release && npm version major && npm run version-and-push",
20
+ "release:minor": "npm run release && npm version minor && npm run version-and-push",
21
+ "release:patch": "npm run release && npm version patch && npm run version-and-push",
22
+ "version-and-push": "npm run changelog && npm run changelog:add && git push origin && git push origin --tags && git checkout main && git merge develop && git push && git checkout develop"
16
23
  },
17
24
  "repository": {
18
25
  "type": "git",
@@ -27,23 +34,24 @@
27
34
  "dependencies": {
28
35
  "@continuoussecuritytooling/keycloak-auditor": "^1.1.5",
29
36
  "@json2csv/node": "^7.0.0",
30
- "@keycloak/keycloak-admin-client": "^24.0.0",
37
+ "@keycloak/keycloak-admin-client": "^25.0.0",
31
38
  "@slack/webhook": "^7.0.0",
32
39
  "ajv": "^8.12.0",
33
40
  "install": "^0.13.0",
34
41
  "ms-teams-webhook": "^2.0.2",
35
42
  "npm": "^10.0.0",
36
43
  "openid-client": "^5.4.2",
37
- "ramda": "^0.29.0",
44
+ "ramda": "^0.30.0",
38
45
  "yargs": "^17.7.2"
39
46
  },
40
47
  "devDependencies": {
41
- "@octokit/rest": "^20.0.0",
48
+ "@octokit/rest": "^21.0.0",
42
49
  "@types/jest": "^29.5.1",
43
50
  "@types/node": "^20.1.5",
44
51
  "@types/yargs": "^17.0.24",
45
52
  "@typescript-eslint/eslint-plugin": "^7.0.0",
46
53
  "@typescript-eslint/parser": "^7.0.0",
54
+ "conventional-changelog-cli": "^5.0.0",
47
55
  "eslint": "^8.40.0",
48
56
  "eslint-config-prettier": "^9.0.0",
49
57
  "eslint-plugin-prettier": "^5.0.0",