We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be3ec6 commit c398e58Copy full SHA for c398e58
ansible/roles/scan-gauntlt/defaults/main.yml
@@ -1,6 +1,6 @@
1
---
2
3
gauntlt_version: "1.0.8"
4
-build_dir: /app/build
+build_dir: /app/build/
5
gauntlt_attacks: /app/gauntlt/*.attack
6
output_file_html: gauntlt-results.txt
ansible/roles/scan-gauntlt/tasks/main.yml
@@ -9,4 +9,4 @@
9
mode: 0775
10
11
- name: Scan using gauntlt
12
- shell: gauntlt "{{ gauntlt_attacks }}" | cat >> "{{ output_file_html }}"
+ shell: gauntlt "{{ gauntlt_attacks }}" | cat >> "{{ build_dir}}""{{ output_file_html }}"
0 commit comments