Commit bc0d1a8 1 parent 63e7190 commit bc0d1a8 Copy full SHA for bc0d1a8
File tree 2 files changed +6
-0
lines changed
sample_jsons/xccdf_mapper/sample_input_report
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 56
56
jq 'del(.version, .platform.release)' sarif_output.json > sarif_output_jq.json
57
57
jq 'del(.version, .platform.release)' ./sample_jsons/sarif_mapper/sarif_output.json > sarif_sample.json
58
58
diff sarif_sample.json sarif_output_jq.json
59
+ - name : Test xccdf mapper
60
+ run : |
61
+ heimdall_tools xccdf_mapper -x ./sample_jsons/xccdf_mapper/sample_input_report/xccdf-results.xml -o xccdf_output.json
62
+ jq 'del(.version, .platform.release)' xccdf_output.json > xccdf_output_jq.json
63
+ jq 'del(.version, .platform.release)' ./sample_jsons/xccdf_mapper/xccdf-hdf.json > xccdf_sample.json
64
+ diff xccdf_sample.json xccdf_output_jq.json
59
65
- name : Test zap mapper webgoat.json
60
66
run : |
61
67
heimdall_tools zap_mapper -j ./sample_jsons/zap_mapper/sample_input_jsons/webgoat.json -n "http://mymac.com:8191" -o zap_output_webgoat.json
File renamed without changes.
You can’t perform that action at this time.
0 commit comments