Skip to content

Commit

Permalink
fix(ci): fix docker scount notification (#19143)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliu0 authored Oct 28, 2024
1 parent e99ad67 commit 81703a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/docker-scout-notify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
set -euo pipefail

buildkite-agent meta-data get SCOUT_REPORT > scout.report
report=$(cat scout.report)
cat >> step.yaml << EOF
steps:
- label: "docker scout slack notification"
Expand Down

0 comments on commit 81703a9

Please sign in to comment.