Skip to content

Commit 254a4e2

Browse files
authored
Disable BinSkim verification condition
Comment out the condition for BinSkim verification.
1 parent 456600d commit 254a4e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
dotnet test -c Release -f net48 --runtime win-x64
181181
182182
- name: Verify security hardening with BinSkim
183-
if: inputs.run_binskim == true
183+
#if: inputs.run_binskim == true
184184
shell: powershell
185185
run: |
186186
# Official install: download .nupkg from NuGet, unzip, run exe from tools/
@@ -251,4 +251,4 @@ jobs:
251251
uses: actions/upload-artifact@v6
252252
with:
253253
name: packages_windows
254-
path: ${{ github.workspace }}\artifacts
254+
path: ${{ github.workspace }}\artifacts

0 commit comments

Comments
 (0)