Skip to content

Commit 4346725

Browse files
authored
Point to newer forensic artifacts release (#976)
1 parent 3130dd0 commit 4346725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grr/core/grr_response_core/artifacts/makefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main():
1414
# The future direction is to depend on code in the artifact repo to replace
1515
# the artifact registry and validation inside GRR. We will then move to
1616
# depending on pypi releases rather than just importing the yaml as we do now.
17-
url = "https://github.com/ForensicArtifacts/artifacts/archive/20200118.zip"
17+
url = "https://github.com/ForensicArtifacts/artifacts/archive/refs/tags/20220219.zip"
1818
data = urlrequest.urlopen(url).read()
1919

2020
zip_obj = zipfile.ZipFile(io.BytesIO(data))

0 commit comments

Comments
 (0)