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 a6e0976 commit 653eb1aCopy full SHA for 653eb1a
.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