Skip to content

Commit d8af3d7

Browse files
Merge pull request #63 from interlynk-io/surendrapathak-patch-7
Ignore .github for SBOM
2 parents e1948c1 + 34d0438 commit d8af3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "tag=$(git describe --tags HEAD)" > $GITHUB_ENV
2727
- name: Build SBOM
2828
run: |
29-
syft --source-name 'sbomgr' --source-version ${{ env.tag }} --exclude ./public -o cyclonedx-json --file sbomgr.cdx.json .
29+
syft --source-name 'sbomgr' --source-version ${{ env.tag }} --exclude ./public --exclude ./.github -o cyclonedx-json --file sbomgr.cdx.json .
3030
- name: Upload SBOM
3131
run: |
3232
curl -v "https://api.interlynk.io/lynkapi" \

0 commit comments

Comments
 (0)