mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 07:17:17 +00:00
chg: [tool] make mitre script easier to find
This commit is contained in:
parent
eacab6ca27
commit
7b3670c4ee
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ parser.add_argument("-p", "--path", required=True, help="Path of the mitre/cti f
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
values = []
|
values = []
|
||||||
misp_dir = '../../../'
|
misp_dir = '../'
|
||||||
|
|
||||||
|
|
||||||
domains = ['enterprise-attack', 'mobile-attack', 'pre-attack']
|
domains = ['enterprise-attack', 'mobile-attack', 'pre-attack']
|
||||||
|
@ -192,4 +192,4 @@ for t in types:
|
||||||
json.dump(file_data, f, indent=2, sort_keys=True, ensure_ascii=False)
|
json.dump(file_data, f, indent=2, sort_keys=True, ensure_ascii=False)
|
||||||
f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things
|
f.write('\n') # only needed for the beauty and to be compliant with jq_all_the_things
|
||||||
|
|
||||||
print("All done, please don't forget to ./validate_all.sh and ./jq_all_the_things.sh")
|
print("All done, please don't forget to ./jq_all_the_things.sh, commit, and then ./validate_all.sh.")
|
Loading…
Reference in a new issue