-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(cb2-10084): Added scanner job and sonarqube to dev dependencies #87
Conversation
run: | | ||
npm run coverage && \ | ||
npm run sonar-scanner -- \ | ||
-Dsonar.host.url=${{ env.SONARQUBE_GHA_URL }} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need spaces after -D?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No space, JVM parameter format.
@@ -40,7 +40,7 @@ | |||
"node-yaml": "4.0.1", | |||
"path-parser": "^6.1.0", | |||
"reflect-metadata": "^0.1.13", | |||
"serverless-dynamodb": "0.2.43", | |||
"serverless-dynamodb": "0.2.45", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is unrelated to the change, but does this need to be a dependency vs devDependency?
Ticket title
Adding SonarQube Job to Activities
Fixed Snyk vuln:
serverless-dynamodb": "0.2.43" => serverless-dynamodb": "0.2.45"
CB2-10084
Checklist