File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 3838 MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting"
3939 mvn $MVN_ARGS
4040
41- - name : " Fosstars Rating"
42- 43- with :
44- report-branch : fosstars-report
45- token : ${{ secrets.GITHUB_TOKEN }}
46-
4741 - name : " CVE Scan"
4842 env :
4943 NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
7367 path : ${{ env.CVE_CACHE_DIR }}
7468 key : ${{ env.CVE_CACHE_KEY }}
7569
70+ # This action changes the active branch!
71+ - name : " Fosstars Rating"
72+ 73+ with :
74+ report-branch : fosstars-report
75+ token : ${{ secrets.GITHUB_TOKEN }}
76+
7677 - name : " Slack Notification"
7778 if : failure()
7879
Original file line number Diff line number Diff line change @@ -594,9 +594,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
594594 <connectionTimeout >60000</connectionTimeout >
595595 <nvdMaxRetryCount >20</nvdMaxRetryCount >
596596 <failBuildOnCVSS >7</failBuildOnCVSS >
597- <!-- Using the https://mirror.cveb.in mirror because NVD is too slow.
598- For more information see this discussion: https://github.com/jeremylong/DependencyCheck/issues/7180#issuecomment-2500914164 -->
599- <nvdDatafeedUrl >https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl >
597+ <nvdApiKeyEnvironmentVariable >NVD_API_KEY</nvdApiKeyEnvironmentVariable >
600598 <suppressionFile >${project.rootdir} /.pipeline/dependency-check-suppression.xml</suppressionFile >
601599 <nvdValidForHours >46</nvdValidForHours >
602600 <skipProvidedScope >true</skipProvidedScope >
You can’t perform that action at this time.
0 commit comments