We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477b965 commit 4d65d41Copy full SHA for 4d65d41
1 file changed
.github/workflows/push.yml
@@ -119,6 +119,8 @@ jobs:
119
uses: greenbone/workflows/.github/workflows/generate-and-push-sbom-with-trivy-3rd-gen.yml@main
120
with:
121
image-url: "${{ vars.GREENBONE_REGISTRY}}/opensight/opensight-postgres:${{ inputs.version }}"
122
+ image-registry-username-secret-name: "GREENBONE_REGISTRY_READ_USER"
123
+ image-registry-password-secret-name: "GREENBONE_REGISTRY_READ_TOKEN"
124
output-file-name: 'opensight-postgres.${{ inputs.version }}.sbom.json'
125
artifact-url: "${{ vars.GREENBONE_REGISTRY }}/opensight-dev/opensight-postgres-sbom:${{ inputs.version }}"
126
secrets: inherit
0 commit comments