Skip to content

test07

test07 #255

Workflow file for this run

on: [push]
jobs:
soos_sbom_analysis_example:
name: SOOS SBOM Scan
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@master
- name: Run SOOS SBOM Scan
uses: soos-io/soos-sbom-github-action@b30787d28d18ae0b29dea520cf2e8293c37c3998 # GET Latest Version from https://github.com/marketplace/actions/soos-sbom
with:
client_id: ${{ secrets.QA_SOOS_CLIENT_ID }}
api_key: ${{ secrets.QA_SOOS_API_KEY }}
api_url: 'https://qa-api.soos.io/api/'
project_name: "SBOM Github Actions Test"
sbom_path: "semver_v5.0.0.npm.spdx.json"
verbose: true
sbom_version: 1.0.0-pre.11
on_failure: 'invalid'