Skip to content

Commit ee71bd2

Browse files
committed
update CLI to remove git::https://github.com/
1 parent 2b76e24 commit ee71bd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/terrascan.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
ls -l
3838
# ls -l "${{ github.workspace }}/"
3939
# tree -d ./
40-
sed -i 's/git:://g' terrascan.sarif
41-
grep -i uri terrascan.sarif
42-
grep -i 's/https:\/\/github.com\///g' terrascan.sarif
40+
# sed -i 's/git:://g' terrascan.sarif
41+
sed -i 's/git::https:\/\/github.com\///g' terrascan.sarif
4342
grep -i uri terrascan.sarif
4443
4544
- name: upload sarif file

0 commit comments

Comments
 (0)