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.
2 parents a6e0976 + 653eb1a commit 850fd78Copy full SHA for 850fd78
.github/workflows/ci.yaml
@@ -172,7 +172,7 @@ jobs:
172
uses: actions/checkout@v3
173
- name: Install terrascan
174
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
+ 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
176
tar -xf terrascan.tar.gz terrascan && rm terrascan.tar.gz
177
install terrascan /usr/local/bin && rm terrascan
178
- name: Run Terrascan
0 commit comments