Skip to content

[Issue #3127] Add a New Relic agent to the API #105

[Issue #3127] Add a New Relic agent to the API

[Issue #3127] Add a New Relic agent to the API #105

# GitHub Actions CI workflow that runs vulnerability scans on the application's Docker image
# to ensure images built are secure before they are deployed.
name: CI Vulnerability Scans
on:
pull_request:
paths:
- .grype.yml
- .hadolint.yaml
- .trivyignore
- .github/workflows/vulnerability-scans.yml
- api/Dockerfile
- api/pyproject.toml
- api/poetry.lock
jobs:
vulnerability-scans:
name: Vulnerability Scans
uses: ./.github/workflows/vulnerability-scans.yml
with:
app_name: api