-for i in `ls cert*`; do keytool -v -importcert -alias "custom-cert-$i" -file $i -trustcacerts -noprompt -storepass changeit -keystore /opt/asdf/installs/java/adoptopenjdk-11.0.7+10.1/lib/security/cacerts 1>/dev/null 2>&1 || true; done# import each certificate using keytool (note the keystore location is related to the Java version being used and should be changed accordingly for other versions)
-for i in `ls cert*`; do keytool -v -importcert -alias "custom-cert-$i" -file $i -trustcacerts -noprompt -storepass changeit -keystore /opt/asdf/installs/java/adoptopenjdk-11.0.7+10.1/lib/security/cacerts 1>/dev/null 2>&1 || true; done# import each certificate using keytool (note the keystore location is related to the Java version being used and should be changed accordingly for other versions)
-unset ADDITIONAL_CA_CERT_BUNDLE# unset the variable so that the analyzer doesn't duplicate the import
-unset ADDITIONAL_CA_CERT_BUNDLE# unset the variable so that the analyzer doesn't duplicate the import
@@ -810,3 +810,55 @@ This occurs when Flawfinder encounters an invalid UTF-8 character. To fix this,
...
@@ -810,3 +810,55 @@ This occurs when Flawfinder encounters an invalid UTF-8 character. To fix this,
### Semgrep slowness, unexpected results, or other errors
### Semgrep slowness, unexpected results, or other errors
If Semgrep is slow, reports too many false positives or false negatives, crashes, fails, or is otherwise broken, see the Semgrep docs for [troubleshooting GitLab SAST](https://semgrep.dev/docs/troubleshooting/gitlab-sast/).
If Semgrep is slow, reports too many false positives or false negatives, crashes, fails, or is otherwise broken, see the Semgrep docs for [troubleshooting GitLab SAST](https://semgrep.dev/docs/troubleshooting/gitlab-sast/).