Skip to content

Commit 7137b90

Browse files
committed
Prepare for alpha1
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 2fc01ea commit 7137b90

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
- name: Build
6161
run: |
6262
uv build --all-packages
63+
ls -lh dist
6364
- name: Publish package distributions to PyPI
6465
if: startsWith(github.ref, 'refs/tags/')
6566
run: |
66-
uv publish
67+
uv publish --trusted-publishing always
6768
- name: Setup nydus
6869
run: |
6970
curl -LO https://github.com/dragonflyoss/nydus/releases/download/v2.3.1/nydus-static-v2.3.1-linux-amd64.tgz

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="OWASP Foundation" \
44
org.opencontainers.image.authors="Team AppThreat <[email protected]>" \
55
org.opencontainers.image.source="https://github.com/owasp-dep-scan/dep-scan" \
66
org.opencontainers.image.url="https://owasp.org/www-project-dep-scan" \
7-
org.opencontainers.image.version="6.0.0" \
7+
org.opencontainers.image.version="6.0.x" \
88
org.opencontainers.image.vendor="owasp-dep-scan" \
99
org.opencontainers.image.licenses="MIT" \
1010
org.opencontainers.image.title="dep-scan" \

packages/analysis-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ds-analysis-lib"
3-
version = "6.0.0"
3+
version = "6.0.0a1"
44
description = "Analysis library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

packages/xbom-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ds-xbom-lib"
3-
version = "6.0.0"
3+
version = "6.0.0a1"
44
description = "xBOM library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "owasp-depscan"
3-
version = "6.0.0"
3+
version = "6.0.0a1"
44
description = "Fully open-source security audit for project dependencies based on known vulnerabilities and advisories."
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

0 commit comments

Comments
 (0)