Skip to content

Commit

Permalink
Update Build AppControl Manager MSIX Package.yml
Browse files Browse the repository at this point in the history
Removing this step because the runner doesn't use UEFI firmware and the module is not designed to bypass that requirement yet.
  • Loading branch information
HotCakeX committed Feb 13, 2025
1 parent 6e34ead commit 78f2d9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Build AppControl Manager MSIX Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ jobs:
- name: Check out the repository code
uses: actions/checkout@v4

# Runs certain Harden Windows Security application's categories in order to provide security for the build process that starts in the next step
- name: Securing the environment
id: securing
shell: pwsh
run: |
Install-Module -Name 'Harden-Windows-Security-Module' -Force
Protect-WindowsSecurity -Categories MicrosoftSecurityBaselines,MicrosoftDefender,AttackSurfaceReductionRules,MiscellaneousConfigurations -Verbose
- name: Building And Packaging the AppControl Manager
id: main_buildOp
shell: pwsh
Expand Down

0 comments on commit 78f2d9c

Please sign in to comment.