Skip to content

add express temporarily for up to date result #9

add express temporarily for up to date result

add express temporarily for up to date result #9

Workflow file for this run

name: ORT
on: [push, pull_request, workflow_dispatch]
jobs:
ort:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Run GitHub Action for ORT
uses: oss-review-toolkit/ort-ci-github-action@v1
with:
image: ghcr.io/oss-review-toolkit/ort-minimal:latest
allow-dynamic-versions: 'true'
ort-cli-args: '-P ort.analyzer.enabledPackageManagers=NPM,PIP'
report-formats: PlainTextTemplate,WebApp
run: >
cache-dependencies,
metadata-labels,
analyzer,
reporter,
upload-results,