Skip to content

Commit

Permalink
Remove extra whitespaces causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Feb 29, 2024
1 parent 25035c7 commit 47d8657
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/amazon-inspector-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
name: Retrieve Vulnerability Report
run: >
echo "report=$(
aws inspector-scan scan-sbom
--sbom file://"$inspector_sbomgen_output_path"
--endpoint "$inspector_scan_endpoint"
--region "$inspector_scan_region"
aws inspector-scan scan-sbom
--sbom file://"$inspector_sbomgen_output_path"
--endpoint "$inspector_scan_endpoint"
--region "$inspector_scan_region"
)" >> $GITHUB_OUTPUT
- name: Display report
run: echo ${{ steps.scan_sbom.outputs.report }}

0 comments on commit 47d8657

Please sign in to comment.