You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update Docker publish workflow for tag handling (#35)
* Enhance Docker publish workflow for SBOM generation
Updated Docker publish workflow to include first image tag extraction and modified image reference for Trivy scanning.
* Clean up docker-publish.yml by removing blank lines
Removed unnecessary blank lines in the Docker publish workflow.
* Add comment for priority setting
* Refactor Docker publish workflow: improve tag logic, variable names, and documentation
skip-dirs: '/App'# Skip the /app directory as we handle the content of the application in a seperate SBOM for easier vulnerability management and because trivy misses important fields
skip-dirs: '/App'# Skip the /app directory as we handle the content of the application in a separate SBOM for easier vulnerability management and because trivy misses important fields
128
+
119
129
- name: Upload trivy/container AND application SBOMs as a Github artifact
0 commit comments