From 1ff347c5cbb5b11ced60ca1defe7f3f889847387 Mon Sep 17 00:00:00 2001 From: Michael Sorens Date: Thu, 4 Mar 2021 15:49:58 -0800 Subject: [PATCH] Correct previous bad merge The merge of PR https://github.com/chef/automate/pull/4425 (commit 21371a8e) re-materialized code that was deleted in the prior commit (84333a19). This deletes that code... again. (FYI: It has migrated over to verify_private.pipeline.yml). Signed-off-by: michael sorens --- .expeditor/verify.pipeline.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 8d238cd9163..dba4c91bc5b 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -64,37 +64,6 @@ steps: - HAB_STUDIO_SUP=false - HAB_NONINTERACTIVE=true - # - label: ":semgrep: Custom" - # expeditor: - # executor: - # docker: - # image: returntocorp/semgrep:latest - # entrypoint: semgrep - # command: [ - # "--error", - # "--exclude", "*.spec.ts", - # "--config", "/go/src/github.com/chef/automate/semgrep", - # "/go/src/github.com/chef/automate" - # ] - - - label: ":semgrep: Published" - expeditor: - executor: - docker: - image: returntocorp/semgrep:latest - entrypoint: semgrep - command: [ - "--error", - "--exclude", "third_party", - "--exclude", "*_test.go", - "--exclude", "*.pb.go", - "--exclude", "*.bindata.go", - "--exclude", "*.spec.ts", - "--timeout", "120", - "--config", "https://semgrep.dev/p/r2c-ci", - "/go/src/github.com/chef/automate" - ] - # # Static & Unit tests #