Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .buildkite/logstash_artifact_scan_pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

steps:
- label: ":pipeline: Logstash Artifact Scan"
command: |
set -euo pipefail
python3 -m pip install pyyaml requests
python3 .buildkite/scripts/snyk/artifact-scan/generate-steps.py > steps.yml
buildkite-agent pipeline upload < steps.yml
3 changes: 3 additions & 0 deletions .buildkite/scripts/snyk/artifact-scan/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'rubyzip', '~> 2.3'
Loading