diff --git a/.github/workflows/quality-scan.yml b/.github/workflows/quality-scan.yml index a24de4479..2f54b31d3 100644 --- a/.github/workflows/quality-scan.yml +++ b/.github/workflows/quality-scan.yml @@ -80,7 +80,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 - name: Get Nancy binary - run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy + run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy && chmod +x nancy - name: ls run: ls -al - name: Scan modules