We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b70a98 commit 1829371Copy full SHA for 1829371
1 file changed
.github/workflows/ndc-python-lambda-connector.yaml
@@ -142,12 +142,12 @@ jobs:
142
security_agent_api_key: ${{ secrets.SECURITY_AGENT_API_KEY }}
143
tags: |
144
service=ndc-python-lambda
145
- source_code_path=ndc-python-lambda
+ source_code_path=.
146
docker_file_path=Dockerfile
147
scanner=trivy
148
image_name=${{ steps.get-image-tag.outputs.image_tag }}
149
- product_domain=hasura-ddn
150
- team=platform
+ product_domain=hasura-ddn-data-plane,promptql-data-plane
+ team=engine
151
152
- name: Fail build on High/Critical Vulnerabilities
153
uses: aquasecurity/trivy-action@0.32.0
0 commit comments