Skip to content

Commit

Permalink
✏️(gh): Disable quote check on Powershell CI scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Nicolaie <[email protected]>
  • Loading branch information
xunleii committed Aug 8, 2024
1 parent 5138b0a commit 1b9a2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow_call.rust.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- name: 📦 Prepare release assets (windows)
if: inputs.publish-assets && matrix.os == 'windows-latest'
run: |

Check failure on line 110 in .github/workflows/workflow_call.rust.build.yaml

View workflow job for this annotation

GitHub Actions / 🔒️ Github Action security hardening

shellcheck reported issue in this script: SC2086:info:4:9: Double quote to prevent globbing and word splitting
# shellcheck disable=SC2086
Compress-Archive -Path target/${{ matrix.target }}/release/kubevault.exe -Destination target/kubevault-${{ inputs.release-tag }}-${{ matrix.target }}.zip
Get-FileHash target/kubevault-${{ inputs.release-tag }}-${{ matrix.target }}.zip -Algorithm SHA256 | Format-List > target/kubevault-${{ inputs.release-tag }}-${{ matrix.target }}.zip.sha256
echo >> $env:GITHUB_ENV "ASSET_NAME=kubevault-${{ inputs.release-tag }}-${{ matrix.target }}.zip"
Expand Down

0 comments on commit 1b9a2db

Please sign in to comment.