Skip to content

Commit 956355f

Browse files
authored
Update daily_scan.yml (#142)
Minor typo. Technically works without quotes, but adding them for consistency with high scan status. *Issue #, if available:* *Description of changes:* 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 96cd202 commit 956355f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily_scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Publish low scan status
114114
if: always()
115115
run: |
116-
value="${{ steps.low_scan.outcome == 'success' && steps.dep_scan.outcome == 'success' && 1.0 || 0.0}}"
116+
value="${{ steps.low_scan.outcome == 'success' && steps.dep_scan.outcome == 'success' && '1.0' || '0.0'}}"
117117
aws cloudwatch put-metric-data --namespace 'ADOT/GitHubActions' \
118118
--metric-name Success \
119119
--dimensions repository=${{ github.repository }},branch=${{ github.ref_name }},workflow=daily_scan_low \

0 commit comments

Comments
 (0)