Skip to content

Commit

Permalink
NFDIV-4299: Temporary disable fortify scan to fix issues (#3939)
Browse files Browse the repository at this point in the history
* NFDIV-4299: Add fortify scans to nightly pipeline

* Update config/fortify-client.properties

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Remove redundant gitignore file

* NFDIV-4299: Enable fortify in pipeline

* NFDIV-4299: Revert adding code to JenkinsFile

* NFDIV-4299: Fix issue with fortify path

* NFDIV-4299: Fix issue with fortify scan settings

* NFDIV-4299: Remove unwanted fortify properties file

* NFDIV-4299: Temporarily disable fortify scan

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>
  • Loading branch information
FaisalMoJ and adamg-hmcts authored Oct 15, 2024
1 parent 47c1201 commit 1507320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def pipelineConf = new AppPipelineConfig()
pipelineConf.vaultSecrets = secrets

withNightlyPipeline(type, product, component) {
enableFortifyScan()
afterSuccess('fortify-scan') { steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*' }
//enableFortifyScan()
//afterSuccess('fortify-scan') { steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*' }
enableCrossBrowserTest()
enableFullFunctionalTest()
loadVaultSecrets(secrets)
Expand Down

0 comments on commit 1507320

Please sign in to comment.