The fortify.license variable in charts/scancentral-sast/templates/secret.yaml is not being set correctly if you do not install SAST without the Helm argument --set-file=fortifyLicense=<FORTIFY_LICENSE_PATH> .
.Values.fortifyLicense should be .Values.secrets.fortifyLicense based on the format of the SAST values file.
The
fortify.license
variable incharts/scancentral-sast/templates/secret.yaml
is not being set correctly if you do not install SAST without the Helm argument--set-file=fortifyLicense=<FORTIFY_LICENSE_PATH> .
.Values.fortifyLicense
should be.Values.secrets.fortifyLicense
based on the format of the SAST values file.Corrected line in the SAST secret.yaml