Skip to content

Commit 4da272d

Browse files
committed
perform vendor vulnerab. scanning without sbom
1 parent 4c50c5e commit 4da272d

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,8 @@ jobs:
847847
fail-on: ${{ github.ref_type == 'tag' && '' || '' }} # 'violations,issues' }}
848848
sw-version: ${{ env.OTP_SBOM_VERSION }}
849849

850-
vendor-analysis:
851-
name: Vendor Dependency Analysis
850+
vendor-dependency-upload:
851+
name: Vendor Dependency Upload
852852
runs-on: ubuntu-latest
853853
needs:
854854
- sbom
@@ -880,6 +880,18 @@ jobs:
880880
if: github.event_name == 'push'
881881
uses: advanced-security/spdx-dependency-submission-action@5530bab9ee4bbe66420ce8280624036c77f89746 # ratchet:advanced-security/spdx-dependency-submission-action@v0.1.1
882882

883+
vendor-analysis:
884+
name: Vendor Vulnerability Scanning
885+
runs-on: ubuntu-latest
886+
needs:
887+
- pack
888+
889+
steps:
890+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4.2.2
891+
- uses: ./.github/actions/build-base-image
892+
with:
893+
BASE_BRANCH: ${{ env.BASE_BRANCH }}
894+
883895
# check that PRs do not introduce vulnerabilities in vendor dependencies
884896
- name: 'Vendor Vulnerability Scanning'
885897
run: |

0 commit comments

Comments
 (0)