Skip to content

Commit

Permalink
Harmonize naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Sep 17, 2024
1 parent 57f3d7d commit 537b5f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phase_1_keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
SBOMQS_VERSION: 0.1.9

jobs:
Keycloak:
Create:
runs-on: ubuntu-latest
steps:
- name: Install Trivy
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
with:
name: keycloak-sbom-spdx
path: "/tmp/keycloak-sbom.spdx.json"

Augment:
runs-on: ubuntu-latest
needs: Keycloak
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
run: |
echo "Enrichment of SPDX not supported."
Assemble:
Consolidate:
runs-on: ubuntu-latest
needs: Enrich
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/phase_1_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
SEMVER: 0.1.0

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

Application:
Create_Application:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
name: application-sbom-spdx
path: "/tmp/application-sbom.spdx.json"

Enrich:
Augment:
runs-on: ubuntu-latest
needs: [Container, Application]
steps:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
name: enriched-sboms
path: "/tmp/enriched_*.json"

Assemble:
Consolidate:
runs-on: ubuntu-latest
needs: [Enrich]
steps:
Expand Down

0 comments on commit 537b5f7

Please sign in to comment.