Skip to content

Commit

Permalink
change name to refer to correct flag
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Jan 10, 2025
1 parent b12b330 commit f78c5a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-usages-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
uses: mitre/saf_action@main
with:
command_string: 'view summary -i burpsuite_hdf.json'
- name: Test validate threshold with -T
- name: Test validate threshold with -I
uses: mitre/saf_action@main
with:
command_string: 'validate threshold -i ./test/sample_data/red_hat_good.json -I "{\\"error.total\\": 0, \\"compliance.min\\": 50}"'
- name: Test validate threshold with -T with a space in the path
- name: Test validate threshold with -I with a space in the path
uses: mitre/saf_action@main
with:
command_string: 'validate threshold -i ./test/sample_data/red_hat_good\ with_space.json -I "{\\"error.total\\": 0, \\"compliance.min\\": 50}"'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-usages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
uses: mitre/saf_action@main
with:
command_string: 'view summary -i burpsuite_hdf.json'
- name: Test validate threshold with -T
- name: Test validate threshold with -I
uses: mitre/saf_action@main
with:
command_string: 'validate threshold -i ./test/sample_data/red_hat_good.json -I "{\\"error.total\\": 0, \\"compliance.min\\": 50}"'
- name: Test validate threshold with -T with a space in the path
- name: Test validate threshold with -I with a space in the path
uses: mitre/saf_action@main
with:
command_string: 'validate threshold -i ./test/sample_data/red_hat_good\ with_space.json -I "{\\"error.total\\": 0, \\"compliance.min\\": 50}"'
Expand Down

0 comments on commit f78c5a9

Please sign in to comment.