Skip to content

Commit ff1b3d4

Browse files
committed
pr comments
1 parent 0eae080 commit ff1b3d4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/generate-augmented-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
path: |
5151
cfn-resources/${{ inputs.resource }}/compliance/augmented-sbom-v${{ inputs.release_version }}-${{ steps.date.outputs.date }}.json
5252
cfn-resources/${{ inputs.resource }}/compliance/ssdlc-compliance-${{ inputs.release_version }}-${{ steps.date.outputs.date }}.md
53-
if-no-files-found: error
53+
if-no-files-found: error

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
labels: failed-release
315315
title: Publishing v${{ steps.extract-version.outputs.VERSION }} to GitHub Releases failed
316316
body: See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
317-
- name: Generate SBOM
317+
- name: Generate PURL and SBOM
318318
run: |
319319
./scripts/compliance/gen-purls.sh
320320
./scripts/compliance/gen-sbom.sh
@@ -324,11 +324,7 @@ jobs:
324324
KONDUKTO_TOKEN: ${{ secrets.KONDUKTO_TOKEN }}
325325
KONDUKTO_REPO: ${{ vars.KONDUKTO_REPO }}
326326
KONDUKTO_BRANCH_PREFIX: ${{ vars.KONDUKTO_BRANCH_PREFIX }}
327-
- name: terraform-provider-mongodbatlas-checkout
328-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
329-
with:
330-
repository: mongodb/terraform-provider-mongodbatlas
331-
ref: master
327+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
332328
- name: Generate SSDLC report
333329
run: |
334330
AUTHOR="${{ github.actor }}"

0 commit comments

Comments
 (0)