Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-26268 - sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Oct 20, 2023
1 parent 94efbd1 commit e8b3e49
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 413 deletions.
14 changes: 6 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ variables:

stages:
- test
- sonar
- sonar-preview
- sonar-publish
- build
- security-scans
- security-review
Expand All @@ -28,8 +29,11 @@ stages:
# Section for included yaml files
############################################################
include:
- project: "apigov/gitlabci"
ref: master
file: "/.gitlab-ci-sonar.yml"
- project: "apigov/beano_cicd"
ref: $BEANO_CICD_LATEST
ref: APIGOV-26268
# the order of these include files is important
file:
- "/gitlabci/variables.yml"
Expand Down Expand Up @@ -147,9 +151,3 @@ twistlock:
twistlock:on-schedule:
rules:
- !reference [.only-never-rule, rules]

###################
# These overridden from jobs.xml to never run
###################
test:
extends: .only-never
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ whitesource.config @dfeldick
# cicd-related files
.gitlab-ci.yml @dfeldick @jcollins @vchauhan
Makefile @dfeldick @jcollins @vchauhan
sonar.sh @dfeldick @jcollins @vchauhan
build/scripts/ @dfeldick @jcollins @vchauhan
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ test-sonar: dep
@go vet ${GO_PKG_LIST}
@go test -short -coverpkg=./... -coverprofile=${WORKSPACE}/gocoverage.out -count=1 ${GO_PKG_LIST} -json > ${WORKSPACE}/goreport.json

sonar: test-sonar
./sonar.sh $(sonarHost)

sdk-version:
@echo $(SDK_VERSION)

Expand Down
111 changes: 0 additions & 111 deletions coverage/coverage.cov

This file was deleted.

Loading

0 comments on commit e8b3e49

Please sign in to comment.