Skip to content

Commit 8360432

Browse files
committed
ci: update terrascan install location
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 330b56b commit 8360432

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
@@ -176,7 +176,7 @@ jobs:
176176
uses: actions/checkout@v3
177177
- name: Install terrascan
178178
run: |
179-
curl -L "$(curl -s https://api.github.com/repos/accurics/terrascan/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" > terrascan.tar.gz
179+
curl -L "$(curl -s https://api.github.com/repos/tenable/terrascan/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" > terrascan.tar.gz
180180
tar -xf terrascan.tar.gz terrascan && rm terrascan.tar.gz
181181
install terrascan /usr/local/bin && rm terrascan
182182
- name: Run Terrascan

0 commit comments

Comments
 (0)