File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments