Skip to content

Commit

Permalink
fix https endpoint (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecosta09 authored Apr 6, 2023
1 parent f07f740 commit 8d98076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
fi

# Scans the image
tmas scan --endpoint "artifactscan.$REGION.cloudone.trendmicro.com" docker-archive:"$IMAGE_TARBALL" > "$SCAN_RESULT_ARTIFACT"
tmas scan --endpoint "https://artifactscan.$REGION.cloudone.trendmicro.com" docker-archive:"$IMAGE_TARBALL" > "$SCAN_RESULT_ARTIFACT"

# print the result
cat "$SCAN_RESULT_ARTIFACT"
Expand Down

0 comments on commit 8d98076

Please sign in to comment.