@@ -60,31 +60,31 @@ jobs:
60
60
# ##########################
61
61
# # Sonatype SCA Scanning ##
62
62
# ##########################
63
- - name : Sonatype Lifecycle SCA Scan
64
- if : github.repository_owner == 'finos'
65
- id : evaluate
66
- uses : sonatype/actions/evaluate@v1
67
- with :
68
- iq-server-url : ${{ env.SonatypeUrl }}
69
- username : ${{ secrets.SONATYPE_SCANNER_USERNAME }}
70
- password : ${{ secrets.SONATYPE_SCANNER_PASSWORD }}
71
- application-id : ${{ env.SonatypeAppId }}
72
- stage : " build"
73
- scan-targets : ${{ env.SonatypeScanTarget }}
74
- module-exclude : ${{ env.ExcludeDirectory }}
63
+ # - name: Sonatype Lifecycle SCA Scan
64
+ # if: github.repository_owner == 'finos'
65
+ # id: evaluate
66
+ # uses: sonatype/actions/evaluate@v1
67
+ # with:
68
+ # iq-server-url: ${{ env.SonatypeUrl }}
69
+ # username: ${{ secrets.SONATYPE_SCANNER_USERNAME }}
70
+ # password: ${{ secrets.SONATYPE_SCANNER_PASSWORD }}
71
+ # application-id: ${{ env.SonatypeAppId }}
72
+ # stage: "build"
73
+ # scan-targets: ${{ env.SonatypeScanTarget }}
74
+ # module-exclude: ${{ env.ExcludeDirectory }}
75
75
76
- - name : Save Sonatype SBOM
77
- uses : sonatype/actions/fetch-sbom@v1
78
- if : always() && steps.evaluate.outputs.scan-id
79
- with :
80
- iq-server-url : ${{ env.SonatypeUrl }}
81
- username : ${{ secrets.SONATYPE_SCANNER_USERNAME }}
82
- password : ${{ secrets.SONATYPE_SCANNER_PASSWORD }}
83
- application-id : ${{ env.SonatypeAppId }}
84
- scan-id : ${{ steps.evaluate.outputs.scan-id }}
85
- sbom-standard : spdx
86
- sbom-version : 2.3
87
- artifact-name : ${{ env.SonatypeAppId }}-bom
76
+ # - name: Save Sonatype SBOM
77
+ # uses: sonatype/actions/fetch-sbom@v1
78
+ # if: always() && steps.evaluate.outputs.scan-id
79
+ # with:
80
+ # iq-server-url: ${{ env.SonatypeUrl }}
81
+ # username: ${{ secrets.SONATYPE_SCANNER_USERNAME }}
82
+ # password: ${{ secrets.SONATYPE_SCANNER_PASSWORD }}
83
+ # application-id: ${{ env.SonatypeAppId }}
84
+ # scan-id: ${{ steps.evaluate.outputs.scan-id }}
85
+ # sbom-standard: spdx
86
+ # sbom-version: 2.3
87
+ # artifact-name: ${{ env.SonatypeAppId }}-bom
88
88
89
89
# CVE scanning
90
90
# cvescan:
0 commit comments