Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Install Zarf binary in scan-cves workflow to generate SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 16, 2023
1 parent 7096ec9 commit d1f8ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scan-cves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install tools
uses: defenseunicorns/zarf/.github/actions/install-tools@main

- name: Install latest version of Zarf
uses: defenseunicorns/setup-zarf@main

- name: Check for CVEs in Dependencies
run: make test-cves

0 comments on commit d1f8ece

Please sign in to comment.