Skip to content

Commit 0f7f862

Browse files
authored
Merge pull request #1231 from AttilaMihaly/sca-scan-fix
Temporarily turn-off SCA scanning until issues are resolved
2 parents 1b0a0d9 + 9e0c04d commit 0f7f862

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/nodejs.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,31 @@ jobs:
6060
###########################
6161
## Sonatype SCA Scanning ##
6262
###########################
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 }}
7575

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
8888

8989
# CVE scanning
9090
# cvescan:

0 commit comments

Comments
 (0)