From 31795f77625efcb785e1a050d819fcedd819333e Mon Sep 17 00:00:00 2001 From: Anusha Hegde Date: Thu, 7 Nov 2024 07:54:28 +0100 Subject: [PATCH] Update nctl version --- .github/workflows/repo-scan.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-scan.yaml b/.github/workflows/repo-scan.yaml index 4ae9550..651dcda 100644 --- a/.github/workflows/repo-scan.yaml +++ b/.github/workflows/repo-scan.yaml @@ -22,8 +22,15 @@ jobs: - name: Check out main repository code uses: actions/checkout@v4 - - name: Install nctl - uses: nirmata/action-install-nctl-scan@v0.0.9 + # - name: Install nctl + # uses: nirmata/action-install-nctl-scan@v0.0.9 + + - name: nctl-scan-installer + uses: supplypike/setup-bin@v4 + with: + uri: https://dl.nirmata.io/nctl/nctl_4.2.3/nctl_4.2.3_linux_386.zip + name: 'nctl' + version: '4.2.3' - name: Check nctl version run: |