Skip to content

Commit bc42e87

Browse files
authored
Fix conditional syntax for BinSkim verification
1 parent 254a4e2 commit bc42e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
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/

0 commit comments

Comments
 (0)