We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330b56b commit 8360432Copy full SHA for 8360432
.github/workflows/ci.yaml
@@ -176,7 +176,7 @@ jobs:
176
uses: actions/checkout@v3
177
- name: Install terrascan
178
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
+ 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
180
tar -xf terrascan.tar.gz terrascan && rm terrascan.tar.gz
181
install terrascan /usr/local/bin && rm terrascan
182
- name: Run Terrascan
0 commit comments