Skip to content

Commit 6892d14

Browse files
authored
ci: remove semgrep diff aware checks (#841)
1 parent 1ac19c3 commit 6892d14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.teamcity/builds/SemgrepCheck.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class SemgrepCheck(id: String, name: String, scalaVersion: ScalaVersion) :
1515
init {
1616

1717
params.password("env.SEMGREP_APP_TOKEN", "%semgrep-app-token%")
18-
params.text("env.SEMGREP_BASELINE_REF", DEFAULT_BRANCH)
1918
params.text("env.SEMGREP_REPO_NAME", FULL_GITHUB_REPOSITORY)
2019
params.text("env.SEMGREP_REPO_URL", GITHUB_URL)
2120
params.text("env.SEMGREP_BRANCH", "%teamcity.build.branch%")

0 commit comments

Comments
 (0)