Skip to content

Commit 850fd78

Browse files
authored
Merge pull request #1208 from mythi/PR-2022-072
ci: update terrascan install location
2 parents a6e0976 + 653eb1a commit 850fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
uses: actions/checkout@v3
173173
- name: Install terrascan
174174
run: |
175-
curl -sL "$(curl -sL https://api.github.com/repos/accurics/terrascan/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" > terrascan.tar.gz
175+
curl -sL "$(curl -sL https://api.github.com/repos/tenable/terrascan/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" > terrascan.tar.gz
176176
tar -xf terrascan.tar.gz terrascan && rm terrascan.tar.gz
177177
install terrascan /usr/local/bin && rm terrascan
178178
- name: Run Terrascan

0 commit comments

Comments
 (0)