Skip to content

Commit

Permalink
Fix missing docs and yaml (#25333)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmrod authored Jan 10, 2025
1 parent 147c554 commit 7e419f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-automated-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:

- name: Checkout Code
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
Expand Down
9 changes: 2 additions & 7 deletions docs/Contributing/Audit-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,6 @@ Generated when a software installer is uploaded to Fleet.
This activity contains the following fields:
- "software_title": Name of the software.
- "software_package": Filename of the installer.
- "software_title_id": ID of the added software title.
- "team_name": Name of the team to which this software was added. `null` if it was added to no team." +
- "team_id": The ID of the team to which this software was added. `null` if it was added to no team.
- "self_service": Whether the software is available for installation by the end user.
Expand All @@ -1252,7 +1251,6 @@ This activity contains the following fields:
{
"software_title": "Falcon.app",
"software_package": "FalconSensor-6.44.pkg",
"software_title_id": 2344,
"team_name": "Workstations",
"team_id": 123,
"self_service": true,
Expand All @@ -1277,10 +1275,10 @@ Generated when a software installer is updated in Fleet.
This activity contains the following fields:
- "software_title": Name of the software.
- "software_package": Filename of the installer as of this update (including if unchanged).
- "software_title_id": ID of the edited software title.
- "team_name": Name of the team on which this software was updated. `null` if it was updated on no team.
- "team_id": The ID of the team on which this software was updated. `null` if it was updated on no team.
- "self_service": Whether the software is available for installation by the end user.
- "software_title_id": ID of the added software title.
- "labels_include_any": Target hosts that have any label in the array.
- "labels_exclude_any": Target hosts that don't have any label in the array.

Expand All @@ -1290,10 +1288,10 @@ This activity contains the following fields:
{
"software_title": "Falcon.app",
"software_package": "FalconSensor-6.44.pkg",
"software_title_id": 2344,
"team_name": "Workstations",
"team_id": 123,
"self_service": true,
"software_title_id": 2234,
"labels_include_any": [
{
"name": "Engineering",
Expand Down Expand Up @@ -1384,8 +1382,6 @@ This activity contains the following fields:
- "self_service": App installation can be initiated by device owner.
- "team_name": Name of the team to which this App Store app was added, or `null` if it was added to no team.
- "team_id": ID of the team to which this App Store app was added, or `null`if it was added to no team.
- "software_title_id": ID of the edited software title.


#### Example

Expand All @@ -1396,7 +1392,6 @@ This activity contains the following fields:
"app_store_id": "1234567",
"platform": "darwin",
"self_service": false,
"software_title_id": 3537,
"team_name": "Workstations",
"team_id": 1
}
Expand Down

0 comments on commit 7e419f9

Please sign in to comment.