Skip to content

Commit

Permalink
Merge pull request #427 from hmcts/PUB-2490-Update-Nightly-Time
Browse files Browse the repository at this point in the history
PUB-2490 - Updated jenkins nightly time
  • Loading branch information
KianKwa authored Jun 28, 2024
2 parents 10e6565 + 3a08914 commit 4aee80c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

properties([
// H allow predefined but random minute see https://en.wikipedia.org/wiki/Cron#Non-standard_characters
pipelineTriggers([cron('H 08 * * 1-5')])
pipelineTriggers([cron('H 07 * * 1-5')])
])

@Library("Infrastructure")
Expand Down
4 changes: 4 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
<packageUrl regex="true">^pkg:maven/com\.azure/azure.*$</packageUrl>
<cve>CVE-2023-36052</cve>
</suppress>
<suppress>
<notes>This vulnerability exists across azure identity and microsoft authentication libraries </notes>
<cve>CVE-2024-35255</cve>
</suppress>
</suppressions>

0 comments on commit 4aee80c

Please sign in to comment.