Skip to content

Commit

Permalink
Added node sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 28, 2023
0 parents commit 73f21d0
Show file tree
Hide file tree
Showing 804 changed files with 101,784 additions and 0 deletions.
Empty file added .scannerwork/.sonar_lock
Empty file.
6 changes: 6 additions & 0 deletions .scannerwork/report-task.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
projectKey=my-node-app
serverUrl=http://34.125.96.23:9000
serverVersion=9.7.1.62043
dashboardUrl=http://34.125.96.23:9000/dashboard?id=my-node-app
ceTaskId=AYkCaJfrSEvN7B6rKjP3
ceTaskUrl=http://34.125.96.23:9000/api/ce/task?id=AYkCaJfrSEvN7B6rKjP3
11 changes: 11 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const express = require('express');
const app = express();

app.get('/', (req, res) => {
res.send('Hello, World! Welcome to Devops Training');
});

app.listen(3000, () => {
console.log('Server is running on port 3000');
});

1 change: 1 addition & 0 deletions node_modules/.bin/color-support

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/mkdirp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/ndh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/seek-bunzip

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/seek-table

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/sonar-scanner

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

243 changes: 243 additions & 0 deletions node_modules/accepts/HISTORY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions node_modules/accepts/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 73f21d0

Please sign in to comment.