Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <[email protected]>
  • Loading branch information
cerrussell committed Feb 15, 2024
1 parent e804c87 commit 04f40e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/repotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
env:
SCAN_DEBUG_MODE: debug
run: |
poetry run blint -i $GITHUB_WORKSPACE/juicy_malware -o $GITHUB_WORKSPACE/reports
poetry run blint -i ${GITHUB_WORKSPACE}/juicy_malware -o ${GITHUB_WORKSPACE}/reports
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: reports
path: |
$GITHUB_WORKSPACE/reports
$GITHUB_WORKSPACE/juicy_malware/*.json
/home/runner/work/blint/blint/reports
1 change: 1 addition & 0 deletions blint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def handle_args():

def main():
"""Main function of the blint tool"""
print(os.getcwd())
args, reports_dir, src_dirs = handle_args()

# SBOM command
Expand Down

0 comments on commit 04f40e4

Please sign in to comment.