Skip to content

Merge branch 'sbom' of github.com:SOOS-FAngelino/test-github-actions … #325

Merge branch 'sbom' of github.com:SOOS-FAngelino/test-github-actions …

Merge branch 'sbom' of github.com:SOOS-FAngelino/test-github-actions … #325

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@v1.3.0 # GET Latest Version from https://github.com/marketplace/actions/soos-sbom
with:
client_id: ${{ secrets.SOOS_CLIENT_ID }}
api_key: ${{ secrets.SOOS_API_KEY }}
#api_url: 'https://qa-api.soos.io/api/'
project_name: "SBOM Github Actions Test"
sbom_path: "sbom-files"
log_level: DEBUG
#sbom_version: 1.0.0-pre.11
#output_format: SARIF