-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integrate secretvalidation-wrapper part 1 #3365
- Loading branch information
Showing
5 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ java-gen/ | |
# Containerized solutions | ||
copy/ | ||
!copy/README.adoc | ||
!copy/README.md | ||
|
||
*.deb | ||
*.apk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Purpose of this directory | ||
The purpose of this directory is to place a secretvalidation-wrapper .jar into here. | ||
|
||
When the build is started with "copy" as BUILD_TYPE then the file | ||
"sechub-wrapper-secretvalidation-${SECRETVALIDATION_WRAPPER_VERSION}.jar | ||
will be copied into the container. | ||
|
||
This way pds-gitleaks containers with a custon secretvalidation-wrapper .jar can be built. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Purpose of this directory | ||
The purpose of this directory is to place a xray-wrapper .jar into here. | ||
|
||
When the build is started with "copy" as BUILD_TYPE then the file | ||
"sechub-wrapper-xray-${XRAY_WRAPPER_VERSION}.jar | ||
will be copied into the container. | ||
|
||
This way pds-xray containers with a custon xray-wrapper .jar can be built. |