Skip to content

Commit

Permalink
Testing sbom1
Browse files Browse the repository at this point in the history
  • Loading branch information
soorajrs409 committed Sep 29, 2024
1 parent 9dbd9d9 commit b0826f1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/sbom2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: advanced-security/generate-sbom-action@v1
id: gensbom
- uses: actions/upload-artifact@v4
with:
name: sbom
path: ${{ steps.gensbom.outputs.fileName }}
- name: Download syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh

- name: gen-sbom
run: syft . -o cyclonedx-json=sbom.json

- name: Test Step
run: ls

0 comments on commit b0826f1

Please sign in to comment.