Skip to content

Commit f14a8ba

Browse files
probelabs[bot]bugerasutosh
authored
ci: remove sbom generation step (#440)
The SBOM generation step is not used any more, so removing this step to avoid an unnecessary step that could be a supply chain attack vector. Co-authored-by: Leonid Bugaev <leonsbox@gmail.com> Co-authored-by: Asutosh <1187055+asutosh@users.noreply.github.com>
1 parent e56fb78 commit f14a8ba

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

policy/templates/releng/.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
5959

6060
{{- template "smoke-tests" . }}
6161

62-
sbom:
63-
needs: goreleaser
64-
uses: TykTechnologies/github-actions/.github/workflows/sbom.yaml@42304edda365365e0a887cf018d8edc34b960b82 # main
65-
secrets:
66-
DEPDASH_URL: ${{`{{ secrets.DEPDASH_URL }}`}}
67-
DEPDASH_KEY: ${{`{{ secrets.DEPDASH_KEY }}`}}
68-
ORG_GH_TOKEN: ${{`{{ secrets.ORG_GH_TOKEN }}`}}
6962
{{- if eq .Name "tyk-analytics" }}
7063
report_logs:
7164
runs-on: {{`${{ vars.DEFAULT_RUNNER }}`}}

policy/templates/releng/.github/workflows/release.yml.d/goreleaser.gotmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@
274274
file: ci/Dockerfile.std
275275
{{ end }}
276276
provenance: mode=max
277-
sbom: true
278277
push: true
279278
cache-from: type=gha
280279
cache-to: type=gha,mode=max
@@ -315,7 +314,6 @@
315314
file: ci/Dockerfile.std
316315
{{- end }}
317316
provenance: mode=max
318-
sbom: true
319317
cache-from: type=gha
320318
cache-to: type=gha,mode=max
321319
push: {{`${{ startsWith(github.ref, 'refs/tags') }}`}}

0 commit comments

Comments
 (0)