We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfaa63 commit 1442408Copy full SHA for 1442408
1 file changed
airflow/Dockerfile
@@ -173,11 +173,7 @@ uv pip install --no-cache-dir /tmp/opa_auth_manager-0.1.0-py3-none-any.whl
173
174
# Create the SBOM for Airflow
175
# Important: All `pip install` commands must be above this line, otherwise the SBOM will be incomplete
176
-if [ "$PRODUCT_VERSION" == "2.9.3" ] || [ "$PRODUCT_VERSION" == "3.0.6" ]; then
177
- cyclonedx-py environment --schema-version 1.5 --outfile /tmp/sbom.json
178
-else
179
- cyclonedx-py environment --spec-version 1.5 --output-file /tmp/sbom.json
180
-fi
+cyclonedx-py environment --spec-version 1.5 --output-file /tmp/sbom.json
181
uv pip uninstall cyclonedx-bom
182
183
# Break circular dependencies by removing the apache-airflow dependency from the providers
0 commit comments