-
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.
Browse files
Browse the repository at this point in the history
) * move default sechub client to new open api module * migrate systemtest to new open api module #3239 * merge develop branch #3239 * revert changes in AnonymousUserRequestNewApiTokenRestController #3239 * change from #!/usr/bin/bash to #!/bin/bash in shell files #3239 * change from #!/usr/bin/bash to #!/bin/bash in shell files #3239 * moved deletion of projects and profile from SystemTestRuntime into finally block * moved deletion of projects and profile from SystemTestRuntime into finally block * temp * Refactored import path #3395 * temp * Removed SystemSupport for ArchUnit #3395 * Removed predefined import options #3395 * temp * add enabled field to ProductExecutionProfile * temp * temp * store sechub result file in test folder * Replaced package import through path import and ignore JAR import #3395 * Ignore generated API in coding rules #3395 * fix openapi.yaml * reconfigure pr action events * revert pr hooks in gh actions * remove unnecessary runtime exception * pr fixes * pr fixes * pr fixes * pr fixes * pr fixes --------- Co-authored-by: Laura <[email protected]> Co-authored-by: Jan Winz <[email protected]>
- Loading branch information
1 parent
e20de7f
commit f50215d
Showing
222 changed files
with
2,298 additions
and
701 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
set -e | ||
|
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/03-init_sechub_data.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
set -e | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
set -e | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
SERVER_PORT=$1 | ||
|
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/start_sechub_server.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
SERVER_PORT=$1 | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
# $1 = server port | ||
|
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/stop_sechub_server.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
# $1 = server port | ||
|
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/test-scripts/pds-codescan-demo-green.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
echo "#PDS_INTTEST_PRODUCT_CODESCAN | ||
|
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/test-scripts/pds-codescan-demo-red.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
echo "#PDS_INTTEST_PRODUCT_CODESCAN | ||
|
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/test-scripts/pds-codescan-demo-yellow.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
echo "#PDS_INTTEST_PRODUCT_CODESCAN | ||
|
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/test-scripts/pds-licensescan-demo-green.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
cat "__test__/integrationtest/test-product-output/example-scancode-spdx-output.json" > "${PDS_JOB_RESULT_FILE}" |
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/test-scripts/pds-secretscan-demo-yellow.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
cat "__test__/integrationtest/test-product-output/example-gitleaks-sarif-output-yellow.json" > "${PDS_JOB_RESULT_FILE}" |
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/test-scripts/pds-webscan-demo-red.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
cat "__test__/integrationtest/test-product-output/example-owasp-zap-sarif-output-red.json" > "${PDS_JOB_RESULT_FILE}" |
2 changes: 1 addition & 1 deletion
2
github-actions/scan/__test__/integrationtest/wait_server_alive.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
# SPDX-License-Identifier: MIT | ||
|
||
SERVER_TYPE=$1 | ||
|
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
2 changes: 1 addition & 1 deletion
2
sechub-analyzer-cli/src/test/resources/code/Shell/single_line_comment.sh
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
|
||
# SPDX-License-Identifier: MIT | ||
|
||
|
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
Oops, something went wrong.