Skip to content

Commit

Permalink
Update scan_all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger authored Oct 22, 2024
1 parent a50fcb9 commit 12ebef4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scan_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,11 @@ jobs:
- name: Launch scan
run: |
python3 scripts/entrypoint.py build_and_test --sdk_ref ${{ inputs.sdk_ref || 'master' }} --input_file input_${{ matrix.index }}.json --scan --${{ matrix.device }} --skip_setup --output_file scan_${{ matrix.device }}_${{ matrix.index }}.json --logs_file log_${{ matrix.device }}_${{ matrix.index }}.txt
if [ "${{ matrix.device }}" == "nanos" ]; then
python3 scripts/entrypoint.py build_and_test --sdk_ref API_LEVEL_LNS --input_file input_${{ matrix.index }}.json --scan --${{ matrix.device }} --skip_setup --output_file scan_${{ matrix.device }}_${{ matrix.index }}.json --logs_file log_${{ matrix.device }}_${{ matrix.index }}.txt
else
python3 scripts/entrypoint.py build_and_test --sdk_ref ${{ inputs.sdk_ref || 'master' }} --input_file input_${{ matrix.index }}.json --scan --${{ matrix.device }} --skip_setup --output_file scan_${{ matrix.device }}_${{ matrix.index }}.json --logs_file log_${{ matrix.device }}_${{ matrix.index }}.txt
fi
#- name: Push info to DB
# run: |
# python3 scripts/push_db.py --input_file scan_output.json
Expand Down

0 comments on commit 12ebef4

Please sign in to comment.