Skip to content

Commit

Permalink
Update nctl version
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 committed Nov 7, 2024
1 parent f832c2c commit 31795f7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/repo-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ jobs:
- name: Check out main repository code
uses: actions/checkout@v4

- name: Install nctl
uses: nirmata/[email protected]
# - name: Install nctl
# uses: nirmata/[email protected]

- 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: |
Expand Down

0 comments on commit 31795f7

Please sign in to comment.