Skip to content

Commit

Permalink
Correctly refer to the flake
Browse files Browse the repository at this point in the history
  • Loading branch information
supersven committed Feb 5, 2025
1 parent 4b5c656 commit a691e8b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,16 @@ jobs:
- name: Build BOM dependencies
run: nix build .\#bomDependencies

# TODO: Use main branch once the feature branch is merged to refer to the flake
- name: Build BOM file
run: nix run .\#create-sbom -- --root-package-name "ldap-scim-bridge"
run: nix run 'github:wireapp/tom-bombadil/sventennie/import-bombon#create-sbom' -- --root-package-name "ldap-scim-bridge"

- name: Push BOM file
run: nix run .\#upload-bom -- --project-name "ldap-scim-bridge" \
--project-version "$TAG" \
--auto-create \
--bom-file ./sbom.json
run:
nix run 'github:wireapp/tom-bombadil/sventennie/import-bombon#upload-bom' -- --project-name "ldap-scim-bridge" \
--project-version "$TAG" \
--auto-create \
--bom-file ./sbom.json
env:
TAG: ${{ steps.vars.outputs.tag }}
DEPENDENCY_TRACK_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
Expand Down

0 comments on commit a691e8b

Please sign in to comment.