Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.1.1
### fix: Bump version
- fix: Bump version
## v2.1.0
### feat: Update options with latest enhancements
## v2.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ seqra-job:
# Relative path to the root of the analyzed project
PROJECT_ROOT: "."
# Tag of seqra release
SEQRA_VERSION: "v2.1.0"
SEQRA_VERSION: "v2.1.1"
# Comma-separated paths to rule files or directories (e.g., "rules/custom.yml,rules/extra")
RULES_PATH: "builtin"
# Comma-separated severity levels to report: note, warning, error
Expand Down
2 changes: 1 addition & 1 deletion seqra.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Relative path to the root of the analyzed project
PROJECT_ROOT: "."
# Tag of seqra release
SEQRA_VERSION: "v2.1.0"
SEQRA_VERSION: "v2.1.1"
# Comma-separated paths to rule files or directories (e.g., "rules/custom.yml,rules/extra")
RULES_PATH: "builtin"
# Comma-separated severity levels to report: note, warning, error
Expand Down