Skip to content

Commit

Permalink
reset based on example
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Rodriguez committed Feb 22, 2022
1 parent d76c3ff commit 80616f8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 220,439 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asff2hdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# with:
# time: '1s'
- name: Convert ASFF
uses: em-c-rod/saf_action_test@master
uses: em-c-rod/saf_action_test@v15
with:
command_string: 'convert:asff2hdf -i sample/asff_sample.json -o asff_hdf.json'
# - name: Artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/burpsuite2hdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Convert Burpsuite
uses: em-c-rod/saf_action_test@v15.6.16
uses: em-c-rod/saf_action_test@v15
with:
command_string: 'convert:burpsuite2hdf -i sample/burpsuite_sample.min -o burpsuite_hdf.json'
- name: Test view heimdall
uses: em-c-rod/saf_action_test@v15
uses: em-c-rod/saf_action_test@v15.6.17
with:
command_string: 'convert:burpsuite2hdf -i sample/burpsuite_sample.min -o burpsuite_hdf.json'
- name: Artifacts
Expand Down
Loading

0 comments on commit 80616f8

Please sign in to comment.