Skip to content

Commit

Permalink
Bumps up artifacts archive version
Browse files Browse the repository at this point in the history
  • Loading branch information
daschwanden committed Dec 12, 2024
1 parent aa5df4c commit e5011b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grr/core/grr_response_core/artifacts/makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def main():
# The future direction is to depend on code in the artifact repo to replace
# the artifact registry and validation inside GRR. We will then move to
# depending on pypi releases rather than just importing the yaml as we do now.
url = "https://github.com/ForensicArtifacts/artifacts/archive/refs/tags/20220615.zip"
url = "https://github.com/ForensicArtifacts/artifacts/archive/refs/tags/20240303.zip"
data = urlrequest.urlopen(url).read()

zip_obj = zipfile.ZipFile(io.BytesIO(data))
Expand Down

0 comments on commit e5011b5

Please sign in to comment.