Skip to content

Commit

Permalink
Fixes path
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Oct 1, 2024
1 parent 01a478b commit 7cea7f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phase_1_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
Generate_Container:
name: "Author/Generate Container SBOM"
name: "Generate Container SBOM"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
path: "/tmp/container-sbom.spdx.json"

Generate_Application:
name: "Author/Generate Application SBOM"
name: "Generate Application SBOM"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
--version "$GITHUB_SHA" \
--repository 'https:/CISA-SBOM-Community/SBOM-Generation' \
--license 'Apache-2.0' \
/tmp/augmented_application-sbom.spdx.tmp > /tmp/enriched_application-sbom.spdx.json
/tmp/augmented_application-sbom.spdx.tmp > /tmp/augmented_application-sbom.spdx.json
- name: Upload Augmented SBOMs
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:

Consolidate:
runs-on: ubuntu-latest
needs: [Augment]
needs: [Enrich]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7cea7f7

Please sign in to comment.