Skip to content

ci(ohrisk): use latest artifact upload action #2

ci(ohrisk): use latest artifact upload action

ci(ohrisk): use latest artifact upload action #2

Workflow file for this run

name: Ohrisk Action Smoke
on:
push:
branches:
- task/ohrisk-action-smoke
workflow_dispatch:
permissions: {}
jobs:
ohrisk:
name: Run Ohrisk action
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Scan license risk
uses: 0disoft/ohrisk@main
with:
command: scan
format: html
output: reports/ohrisk.html
prod: "true"
fail-on: ""
- name: Upload report
uses: actions/upload-artifact@v7
with:
name: ohrisk-html
path: reports/ohrisk.html