Skip to content

Commit f2e2998

Browse files
Move SBOM generation to dist directory for consistency
Co-authored-by: jacksonpradolima <7774063+jacksonpradolima@users.noreply.github.com>
1 parent e1971fa commit f2e2998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: anchore/sbom-action/download-syft@v0.17.0
3636

3737
- name: Generate SBOM (CycloneDX)
38-
run: syft packages dist -o cyclonedx-json=sbom.json
38+
run: syft packages dist -o cyclonedx-json=dist/sbom.json
3939

4040
- name: Install sigstore
4141
run: python -m pip install sigstore==3.5.1
@@ -55,7 +55,7 @@ jobs:
5555
dist/*.tar.gz.sig
5656
dist/*.whl.pem
5757
dist/*.tar.gz.pem
58-
sbom.json
58+
dist/sbom.json
5959
6060
- name: Publish package distributions to PyPI
6161
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)