Skip to content

Missing exit code handling for scanner #21

@DanielRuf

Description

@DanielRuf

Somehow it does not continue after the scan has finished.

Do we have to change something regarding the error code handling (exited with statuscode 2)?

Used workflow config:

name: Run ORT
on: [push]
jobs:
  ort:
    runs-on: ubuntu-latest
    steps:
      #- name: Use HTTPS instead of SSH for Git cloning
      #  run: git config --global url.https://github.com/.insteadOf ssh://[email protected]/
      - name: Checkout project
        uses: actions/checkout@v3
      - name: Run GitHub Action for ORT
        uses: oss-review-toolkit/ort-ci-github-action@15297c37f35256c0e3a977c30771761ff51235d7
        with:
          run: >
            cache-dependencies,
            labels,
            analyzer,
            scanner,
            evaluator,
            advisor,
            reporter,
            upload-results

grafik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions