Skip to content

Commit

Permalink
Correct previous bad merge (#4800)
Browse files Browse the repository at this point in the history
The merge of PR #4425 (commit 21371a8)
re-materialized code that was deleted in the prior commit (84333a1).
This deletes that code... again.
(FYI: It has migrated over to verify_private.pipeline.yml).

Signed-off-by: michael sorens <[email protected]>
  • Loading branch information
msorens authored Mar 5, 2021
1 parent a34dff6 commit cbe20c3
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit cbe20c3

Please sign in to comment.