We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c975b0 + b2b9d67 commit 1601329Copy full SHA for 1601329
detection_rules/ghwrap.py
@@ -109,7 +109,7 @@ def update_gist( # noqa: PLR0913
109
110
if pre_purge:
111
# retrieve all existing file names which are not in the file_map and overwrite them to empty to delete files
112
- response = requests.get(url, timeout=30)
+ response = requests.get(url, headers=headers, timeout=30)
113
response.raise_for_status()
114
data = response.json()
115
files = list(data["files"])
0 commit comments