We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03f29d commit 0715d31Copy full SHA for 0715d31
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Publish GitHub Release
2
3
on:
4
workflow_run:
5
- workflows: ["Python analisys"]
+ workflows: ["Lint & Test"]
6
types:
7
- completed
8
branches:
@@ -73,4 +73,4 @@ jobs:
73
ghcr.io/${{ github.repository_owner }}/securechain-ssc-ingestion:latest
74
ghcr.io/${{ github.repository_owner }}/securechain-ssc-ingestion:${{ steps.get_variables.outputs.VERSION }}
75
provenance: true
76
- sbom: true
+ sbom: true
0 commit comments