Skip to content

Commit

Permalink
Removed --env
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcder02 committed Jan 22, 2024
1 parent 41d63be commit d8964ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Run Velociraptor
run: |
chmod +x ${{ fromJson(steps.velociraptor.outputs.downloaded_files)[0]}}
${{ fromJson(steps.velociraptor.outputs.downloaded_files)[0]}} -v --definitions ./output/ --env srcDir='.' query "SELECT * FROM Artifact.Windows.Sigma.Curated(Debug=true, ROOT='events', RuleLevel='All', RuleStatus='All Rules')"
${{ fromJson(steps.velociraptor.outputs.downloaded_files)[0]}} -v --definitions ./output/ query "SELECT * FROM Artifact.Windows.Sigma.Curated(Debug=true, ROOT='events', RuleLevel='All', RuleStatus='All Rules')"

0 comments on commit d8964ee

Please sign in to comment.