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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Bug Report"
about: "Report a bug or unexpected behavior in the Spring Boot microservice"
title: "[BUG] - [Short Description of the Issue]"
title: "[bug(scope)] - [Short description of the issue]"
labels: "bug"
assignees: ""

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/document_improvement.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Documentation Improvement"
about: "Suggest an improvement or correction to the project's documentation"
title: "[DOCS] - [Short Description of the Documentation Issue]"
title: "[docs(scope)] - [Short description of the documentation issue]"
labels: "documentation"
assignees: ""

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: "Feature Request"
about: "Request a new feature or enhancement for the spring-boot-microservice-best-practices repository"
title: "[FEATURE] - [Short Description of the Feature or enhancement]"
title: "[feat(scope)] - [short description of the Feature or enhancement]"
labels: "enhancement"
assignees: ""

---

## Descriptiongit
## Description
A clear and concise description of the feature you're requesting in this repository.

This can be anything from CI tool integration, Security feature (use Security-DevSecOps label), change in the code etc.
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/security_vulnerability_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Security Vulnerability Report"
about: "Report a potential security vulnerability in the Spring Boot microservice"
title: "[SECURITY] - [Brief Description of the Vulnerability]"
about: "Report a potential security vulnerability in the Spring Boot microservice repository"
title: "[security(scope)] - [Brief description of the vulnerability]"
labels: "security"
assignees: ""

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/.gradle/dependency-check-data/
- run: ( ./gradlew dependencyCheckAnalyze -PUseNVDKey )
name: "Executing dependency vulnerability checks"
env:
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading