Skip to content

Add vulnerability scanning - #268

Merged
stijnpotters1 merged 25 commits into
masterfrom
feat/add-cve-integration
Oct 7, 2025
Merged

Add vulnerability scanning#268
stijnpotters1 merged 25 commits into
masterfrom
feat/add-cve-integration

Conversation

@stijnpotters1

@stijnpotters1 stijnpotters1 commented Sep 24, 2025

Copy link
Copy Markdown
Contributor

Before merging this pr these secret have to be added to the production secret vault:

oss.index.username=
oss.index.token=
nvd.api.key=
nvd.api.delay=

@stijnpotters1 stijnpotters1 changed the title Add nexus, dependency, vulnerability Add vulnerability scanning Oct 2, 2025
@stijnpotters1
stijnpotters1 force-pushed the feat/add-cve-integration branch from 606fa60 to 5dd3e11 Compare October 3, 2025 08:32
@stijnpotters1 stijnpotters1 linked an issue Oct 3, 2025 that may be closed by this pull request
@stijnpotters1
stijnpotters1 marked this pull request as ready for review October 3, 2025 12:46
@stijnpotters1
stijnpotters1 requested a review from a team as a code owner October 3, 2025 12:46
@stijnpotters1 stijnpotters1 self-assigned this Oct 6, 2025
@ConfigurationProperties(prefix = "data")
@Getter
@Setter
public class DataProperties {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verwacht je dat er nog meer properties komen? Anders is de toegevoegde waarde van een properties class vrij klein wat mij betreft.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heb het aangepast.

@sonarqubecloud

sonarqubecloud Bot commented Oct 7, 2025

Copy link
Copy Markdown

@stijnpotters1
stijnpotters1 merged commit 1047783 into master Oct 7, 2025
5 checks passed
@stijnpotters1
stijnpotters1 deleted the feat/add-cve-integration branch October 7, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate Dependency / CVE scanner read code

2 participants