Skip to content

[PROF-10112] Also simplify actionview templates with three underscores #55

[PROF-10112] Also simplify actionview templates with three underscores

[PROF-10112] Also simplify actionview templates with three underscores #55

Workflow file for this run

on: [push]
name: Datadog Software Composition Analysis
jobs:
software-composition-analysis:
runs-on: ubuntu-latest
name: Datadog SBOM Generation and Upload
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3"
- name: Check imported libraries are secure and compliant
id: datadog-software-composition-analysis
uses: DataDog/datadog-sca-github-action@main
with:
dd_api_key: ${{ secrets.DD_API_KEY }}
dd_app_key: ${{ secrets.DD_APP_KEY }}
dd_service: dd-trace-rb
dd_env: ci
dd_site: datadoghq.com