Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .script/tests/asimParsersTest/ingestASimSampleData.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_modified_files(current_directory):
subprocess.run(git_fetch_upstream_command, shell=True, text=True, capture_output=True, check=True)
cmd = f"git diff --name-only upstream/master {current_directory}/../../../Parsers/"
try:
return subprocess.check_output(cmd, shell=True).decode().split("\n")
return subprocess.check_output(cmd, shell=True).decode().split("\n")
except subprocess.CalledProcessError as e:
print(f"::error::Error occurred while executing the command: {e}")
return []
Expand Down
2 changes: 1 addition & 1 deletion Parsers/ASimDns/Parsers/ASimDnsAzureFirewall.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Parser:
Title: DNS activity ASIM parser for Azure Firewall
Version: '0.4.0'
LastUpdated: Dec 2, 2025
LastUpdated: Dec 3, 2025
Product:
Name: Azure Firewall
Normalization:
Expand Down