Skip to content

EDX-4517 Assign deviceprofile name for NewDeviceScanRequest #262

EDX-4517 Assign deviceprofile name for NewDeviceScanRequest

EDX-4517 Assign deviceprofile name for NewDeviceScanRequest #262

Workflow file for this run

###########################################################
# Copyright (C) 2022 IOTech Ltd
###########################################################
name: code-analysis
on:
# Trigger the workflow on push or pull request,
# but only for the v[0-9]+.[0-9]+-branch (e.g. v2.0-branch)
pull_request:
# By default, a pull_request's activity type is opened, synchronize, or reopened
branches:
- v[0-9]+.[0-9]+-branch
jobs:
call-go-lint:
uses: IOTechSystems/github-action-workflow/.github/workflows/reusable-golangci-lint.yml@main
with:
GO_LINT_CONFIG_PATH: .golangci.yml
call-sonar-scan:
uses: IOTechSystems/github-action-workflow/.github/workflows/reusable-sonarqube-scan.yml@main
with:
PROJECT_NAME: go-mod-core-contracts
secrets: inherit