Skip to content

Commit

Permalink
Add docs for impersonationAllowedFor and revert dependency-check-mave…
Browse files Browse the repository at this point in the history
…n version
  • Loading branch information
gicig committed Jul 11, 2024
1 parent 169542b commit fdde092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/AdvancedFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ property | comment | required
`path` | The location where the test users shall be created | required
`password` | The password for all test users to be created. Can be encrypted using CryptoSupport. Defaults simply to the authorizable id of the test user. Allows for interpolation with EL *) | optional
`skipForRunmodes` | The configuration is placed in a regular config file, hence it is possible to add one to an author configuration (located in e.g. in a folder "config.author" and one to a publish configuration (e.g. folder "config.publish"). To avoid creating special runmodes folders just for this configuration that list all runmodes except production, skipForRunmodes can be a comma-separated list of runmodes, where the users are not created. Defaults to prod,production | optional
`impersonationAllowedFor` | List of users that can be impersonated by auto-created test users | optional

*) Interpolation of group properties can be used with EL, however as `$` is evaluated at an earlier stage, `%{}` is used here. Available is `%{group.id}`, `%{group.name}`, `%{group.path}` or expressions like `%{split(group.path,'/')[2]}`.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.1</version>
<version>9.0.10</version>
<configuration>
<failBuildOnCVSS>11</failBuildOnCVSS>
<skipProvidedScope>true</skipProvidedScope>
Expand Down

0 comments on commit fdde092

Please sign in to comment.