Skip to content

Commit 1d55f63

Browse files
committed
updates
1 parent 122f90e commit 1d55f63

41 files changed

Lines changed: 432 additions & 428 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,6 @@ jobs:
125125
cache-to: type=gha,mode=max
126126
platforms: linux/amd64,linux/arm64
127127

128-
- name: Generate SBOM
129-
uses: anchore/sbom-action@v0
130-
with:
131-
image: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}
132-
format: spdx-json
133-
output-file: sbom.spdx.json
134-
135-
- name: Upload SBOM
136-
uses: actions/upload-artifact@v4
137-
with:
138-
name: sbom
139-
path: sbom.spdx.json
140-
141128
# Job 4: Security Scan
142129
security-scan:
143130
name: Security Vulnerability Scan

0 commit comments

Comments
 (0)