-
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (30 loc) · 698 Bytes
/
Copy pathohrisk-smoke.yml
File metadata and controls
35 lines (30 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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