Skip to content

Commit 0f07462

Browse files
committed
CM-47990 - Release Candidate of Cycode CLI v3
1 parent f29a382 commit 0f07462

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/build_executable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
pull_request:
9+
branches:
10+
- renovation
811

912
permissions:
1013
contents: write

.github/workflows/tests_full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- renovation
78

89
permissions:
910
contents: read

cycode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.0' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
1+
__version__ = '3.0.0.rc1' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cycode"
3-
version = "0.0.0" # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
3+
version = "3.0.0.rc1" # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
44
description = "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning."
55
keywords=["secret-scan", "cycode", "devops", "token", "secret", "security", "cycode", "code"]
66
authors = ["Cycode <[email protected]>"]
@@ -63,7 +63,7 @@ log_cli = true
6363

6464
[tool.poetry-dynamic-versioning]
6565
# poetry self add "poetry-dynamic-versioning[plugin]"
66-
enable = true
66+
enable = false
6767
strict = true
6868
bump = true
6969
metadata = false

0 commit comments

Comments
 (0)