diff --git a/.github/workflows/ossf-scoreboard.yml b/.github/workflows/ossf-scoreboard.yml index a6e09be7..38fb72a4 100644 --- a/.github/workflows/ossf-scoreboard.yml +++ b/.github/workflows/ossf-scoreboard.yml @@ -50,6 +50,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@07bb2b932c90fc1ec97637495e4072a0966fa74c # v3.28.20 + uses: github/codeql-action/upload-sarif@32f7c15247fa6542dc765bd40f6a15dc2caeed89 # v4.31.2 with: sarif_file: results.sarif diff --git a/docs/CONFIGURATION_CHECKS.md b/docs/CONFIGURATION_CHECKS.md index 0c09446a..cf561f0e 100644 --- a/docs/CONFIGURATION_CHECKS.md +++ b/docs/CONFIGURATION_CHECKS.md @@ -68,7 +68,10 @@ You first need to make sure that you are logged into Azure CLI on the management az login --identity # Login to Azure using User Assigned Managed Identity -az login --identity -u +# When using management server with SLES or Ubuntu OS +az login --identity -client-id +# When using management server with RHEL OS +az login --identity --username # Set the desired subscription context az account set --subscription diff --git a/src/module_utils/filesystem_collector.py b/src/module_utils/filesystem_collector.py index dc0f9471..73197c9a 100644 --- a/src/module_utils/filesystem_collector.py +++ b/src/module_utils/filesystem_collector.py @@ -4,6 +4,7 @@ """ Collectors for data collection in SAP Automation QA """ +import ipaddress import json import logging from typing import Any