Skip to content

Pipeline issue fix: fixed rule ids in rule-hardcoded_passport_secret.js

Dinura Seneviratne requested to merge fix/294/pipeline-issue into main

Seems the pipeline failure was caused by a reference to rules_lgpl_javascript_generic_rule-hardcoded-passport-secret-sequelize-tls-cert-validation in the sast-rules\rules\lgpl\javascript\generic\rule-hardcoded_passport_secret.js test file.

Changed the references to: rules_lgpl_javascript_generic_rule-hardcoded-passport-secret

This allows rules_lgpl_javascript_generic_rule-hardcoded-passport-secret.yml to run against the test file with all test cases passed and eliminated the pipeline failure.

Edited by Dinura Seneviratne

Merge request reports