Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix nuclei and disable trivy #280

Merged
merged 2 commits into from
Oct 11, 2023
Merged

fix: fix nuclei and disable trivy #280

merged 2 commits into from
Oct 11, 2023

Conversation

matmut7
Copy link
Member

@matmut7 matmut7 commented Oct 11, 2023

No description provided.

@@ -231,7 +237,8 @@ const generateUrlReport = (url) => {
copyForWebsite("zap.html");
copyForWebsite("screenshot.jpeg");
copyForWebsite("nmapvuln.html");
copyForWebsite("trivy.json");
// disable trivy
// copyForWebsite("trivy.json");

return urlData;
} else {
Copy link

Choose a reason for hiding this comment

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

NodeJS' ...Sync functions blocks the whole program, use asynchronous alternatives

Ignore this finding from node-no-sync.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@matmut7 matmut7 merged commit feb01b5 into main Oct 11, 2023
8 checks passed
@matmut7 matmut7 deleted the fix/trivy-nuclei branch October 11, 2023 09:59
@github-actions
Copy link

🎉 This PR is included in version 1.31.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant