Skip to content

Commit

Permalink
Create datadog-sca.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykay authored Nov 5, 2024
1 parent 78db0ba commit d997831
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/datadog-sca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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@v3
- 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: hitchhiker
dd_env: ci
dd_site: datadoghq.eu

0 comments on commit d997831

Please sign in to comment.