Skip to content

Commit bc88b97

Browse files
authored
Update released_image_scan.yml (#138)
Workflows don't support descriptions, causing the workflow to fail. Move description to comment. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 65ab18e commit bc88b97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/released_image_scan.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
## SPDX-License-Identifier: Apache-2.0
3+
# Performs a daily scan of the latest released ADOT Python image. Publishes results to CloudWatch Metrics.
34
name: Released image scan
4-
description: |
5-
Performs a daily scan of the latest released ADOT Python image. Publishes results to CloudWatch Metrics.
65

76
on:
87
schedule:
@@ -69,4 +68,4 @@ jobs:
6968
aws cloudwatch put-metric-data --namespace 'ADOT/GitHubActions' \
7069
--metric-name Success \
7170
--dimensions repository=${{ github.repository }},branch=${{ github.ref_name }},workflow=released_image_scan_low \
72-
--value 0.0
71+
--value 0.0

0 commit comments

Comments
 (0)