Skip to content

Commit c398e58

Browse files
committed
Add back in path to write report to buid dir
1 parent 0be3ec6 commit c398e58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

33
gauntlt_version: "1.0.8"
4-
build_dir: /app/build
4+
build_dir: /app/build/
55
gauntlt_attacks: /app/gauntlt/*.attack
66
output_file_html: gauntlt-results.txt

ansible/roles/scan-gauntlt/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
mode: 0775
1010

1111
- name: Scan using gauntlt
12-
shell: gauntlt "{{ gauntlt_attacks }}" | cat >> "{{ output_file_html }}"
12+
shell: gauntlt "{{ gauntlt_attacks }}" | cat >> "{{ build_dir}}""{{ output_file_html }}"

0 commit comments

Comments
 (0)