Skip to content

Commit

Permalink
[Security] [SecEngProd] Added a security solution pipeline entrypoint (
Browse files Browse the repository at this point in the history
…elastic#175435)

## Summary

This PR is only introducing the entrypoint for a new pipeline for
Security Solution where all the tests which run in the `pull-request`
pipeline will be running against a real deployment and not against a
dockerized one.
  • Loading branch information
dkirchan authored and lcawl committed Jan 26, 2024
1 parent 670574b commit 40eff47
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

set -euo pipefail

echo "Inside the security solution pipeline"

0 comments on commit 40eff47

Please sign in to comment.