Skip to content

Commit

Permalink
ci: finally add syft install to all ci actions where it is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
y-eight committed Jan 3, 2025
1 parent 4b03d83 commit ee24a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
"network_plugin": "kathara/katharanp_vde"
}' > ~/.config/kathara.conf
- name: Install syft for sbom generation
uses: anchore/sbom-action/[email protected]

- name: Build binary for e2e
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
registry: mtr.devops.telekom.de
username: ${{ secrets.MTR_USERNAME }}
password: ${{ secrets.MTR_PASSWORD }}

- name: Install syft for sbom generation
uses: anchore/sbom-action/[email protected]

- name: Build, push & release
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit ee24a55

Please sign in to comment.