Skip to content

Update README.md

Update README.md #5

Workflow file for this run

name: Check Against Defender
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# on:
# schedule:
# - cron: "0 13 * * 1"
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.X
- name: Test with ThreatCheck
run: dotnet test Payload_Type\athena\athena\agent_code\Agent.sln /p:WindowsTest=True --logger "console;verbosity=normal"