-
Notifications
You must be signed in to change notification settings - Fork 1
feature/investigate-datadog #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: DBT pre-commit check
| runs-on: ubuntu-latest | ||
| name: Datadog SBOM Generation and Upload | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 | ||
|
|
||
| - 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_site: datadoghq.eu |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
|
|
||
| - name: Check imported libraries are secure and compliant | ||
| id: datadog-software-composition-analysis | ||
| uses: DataDog/datadog-sca-github-action@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: datadog-software-composition-analysis
| runs-on: ubuntu-latest | ||
| name: Datadog Static Analyzer | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 | ||
|
|
||
| - name: Check code meets quality and security standards | ||
| id: datadog-static-analysis | ||
| uses: DataDog/datadog-static-analyzer-github-action@2cc0e0621ea2863272b29d9aea230d9aad238086 | ||
| with: | ||
| dd_api_key: ${{ secrets.DD_API_KEY }} | ||
| dd_app_key: ${{ secrets.DD_APP_KEY }} | ||
| dd_site: datadoghq.eu | ||
| secrets_enabled: false | ||
| static_analysis_enabled: true | ||
| cpu_count: 2 |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
What
Add the datadog jobs
Why
How this has been tested
Reviewer Checklist