You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove hardcoded org and add a github/sonarlcloud org
Add build targets for docker-build
## docker-build: Build docker images for use with docker-compose
docker-build: eventbridge customer.yaml manifests/Dockerfile
docker build -f manifests/Dockerfile -t pavedroad-io/eventbridge .
touch docker-build
and here
sonar.organization=pavedroad-io
# must be unique in a given SonarQube instance
sonar.projectKey=pavedroad-io_eventbridge
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=eventbridge
sonar.projectVersion=0.0.1
Remove hardcoded org and add a github/sonarlcloud org
Add build targets for docker-build
and here
Updated Kafka syntax to current
The text was updated successfully, but these errors were encountered: