We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1948c1 + 34d0438 commit d8af3d7Copy full SHA for d8af3d7
.github/workflows/sbom.yml
@@ -26,7 +26,7 @@ jobs:
26
run: echo "tag=$(git describe --tags HEAD)" > $GITHUB_ENV
27
- name: Build SBOM
28
run: |
29
- syft --source-name 'sbomgr' --source-version ${{ env.tag }} --exclude ./public -o cyclonedx-json --file sbomgr.cdx.json .
+ syft --source-name 'sbomgr' --source-version ${{ env.tag }} --exclude ./public --exclude ./.github -o cyclonedx-json --file sbomgr.cdx.json .
30
- name: Upload SBOM
31
32
curl -v "https://api.interlynk.io/lynkapi" \
0 commit comments