Skip to content

Commit

Permalink
build: added dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Jun 16, 2022
1 parent 88471bd commit d6d2dbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2

- name: Setup Cosign
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25

- name: Setup Syft
uses: ckotzbauer/actions-toolkit/setup-syft@0.15.0

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit d6d2dbe

Please sign in to comment.