Skip to content

Commit

Permalink
Merge pull request #216 from interlynk-io/surendrapathak-patch-1
Browse files Browse the repository at this point in the history
Ignore .github for SBOM
  • Loading branch information
surendrapathak authored Feb 15, 2024
2 parents efd03eb + 5b404be commit 0b88e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "tag=$(git describe --tags HEAD)" > $GITHUB_ENV
- name: Build SBOM
run: |
syft --source-name 'sbomqs' --source-version ${{ env.tag }} --exclude ./public -o cyclonedx-json --file sbomqs.cdx.json .
syft --source-name 'sbomqs' --source-version ${{ env.tag }} --exclude ./public --exclude ./.github -o cyclonedx-json --file sbomqs.cdx.json .
- name: Upload SBOM
run: |
curl -v "https://api.interlynk.io/lynkapi" \
Expand Down

0 comments on commit 0b88e05

Please sign in to comment.