FFS-2408: Rename site_id to client_agency_id (#446) #1886
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Vulnerability Scans | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- app/** | |
- .grype.yml | |
- .hadolint.yaml | |
- .trivyignore | |
- .github/workflows/ci-app-vulnerability-scans.yml | |
pull_request: | |
paths: | |
- app/** | |
- .grype.yml | |
- .hadolint.yaml | |
- .trivyignore | |
- .github/workflows/ci-app-vulnerability-scans.yml | |
jobs: | |
vulnerability-scans: | |
name: Vulnerability Scans | |
uses: ./.github/workflows/vulnerability-scans.yml | |
with: | |
app_name: "app" |