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

feat(cb2-10084): Added scanner job and sonarqube to dev dependencies #87

Merged
merged 4 commits into from
Dec 5, 2023

Conversation

JoshCarter-ops
Copy link
Contributor

@JoshCarter-ops JoshCarter-ops commented Dec 5, 2023

Ticket title

Adding SonarQube Job to Activities
Fixed Snyk vuln: serverless-dynamodb": "0.2.43" => serverless-dynamodb": "0.2.45"
CB2-10084

Checklist

  • Code has been tested manually
  • PR title includes the JIRA ticket number
  • Branch is rebased against the latest develop
  • Squashed commit contains the JIRA ticket number

run: |
npm run coverage && \
npm run sonar-scanner -- \
-Dsonar.host.url=${{ env.SONARQUBE_GHA_URL }} \
Copy link

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?

Copy link
Contributor

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",
Copy link

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?

@JoshCarter-ops JoshCarter-ops merged commit 75b8aa7 into develop Dec 5, 2023
3 checks passed
@JoshCarter-ops JoshCarter-ops deleted the feature/CB2-10084 branch December 5, 2023 13:47
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.

3 participants