Skip to content

Commit

Permalink
chg: [cfg] Enabled scripts and desktop app for transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveClement committed Sep 3, 2024
1 parent 75bd68c commit 8878ae4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
/home/runner/configurator/bin/fleetctl package \
--type deb \
--fleet-url=${{ env.OSQUERY_URL }} \
--enable-scripts \
--enroll-secret="${{ secrets.OSQUERY_SECRET }}" \
--fleet-certificate /etc/ssl/certs/ca-certificates.crt
Expand All @@ -42,6 +43,8 @@ jobs:
/home/runner/configurator/bin/fleetctl package \
--type pkg \
--fleet-url=${{ env.OSQUERY_URL }} \
--enable-scripts \
--fleet-desktop \
--enroll-secret="${{ secrets.OSQUERY_SECRET }}" \
--fleet-certificate /etc/ssl/certs/ca-certificates.crt
Expand All @@ -50,6 +53,8 @@ jobs:
/home/runner/configurator/bin/fleetctl package \
--type msi \
--fleet-url=${{ env.OSQUERY_URL }} \
--enable-scripts \
--fleet-desktop \
--enroll-secret="${{ secrets.OSQUERY_SECRET }}" \
--fleet-certificate /etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 8878ae4

Please sign in to comment.