From 7e419f97cb36eb50c30e843848ade565d8b1b38d Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Fri, 10 Jan 2025 14:42:55 -0300 Subject: [PATCH] Fix missing docs and yaml (#25333) --- .github/workflows/check-automated-doc.yml | 2 -- docs/Contributing/Audit-logs.md | 9 ++------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check-automated-doc.yml b/.github/workflows/check-automated-doc.yml index a3a638bb4f2a..ae07734cbc26 100644 --- a/.github/workflows/check-automated-doc.yml +++ b/.github/workflows/check-automated-doc.yml @@ -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 diff --git a/docs/Contributing/Audit-logs.md b/docs/Contributing/Audit-logs.md index 10040a0c0859..19dea07e2f81 100644 --- a/docs/Contributing/Audit-logs.md +++ b/docs/Contributing/Audit-logs.md @@ -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. @@ -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, @@ -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. @@ -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", @@ -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 @@ -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 }