We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cdc42 commit 5ad8489Copy full SHA for 5ad8489
1 file changed
.github/workflows/container.yml
@@ -90,7 +90,7 @@ jobs:
90
91
# Scan the container
92
scan-image:
93
- uses: advanced-security/reusable-workflows/.github/workflows/container-security.yml@main
+ uses: githubabcs-devops/devsecops-reusable-workflows/.github/workflows/container-security.yml@main
94
needs: set-version
95
secrets: inherit
96
permissions:
@@ -105,7 +105,7 @@ jobs:
105
scanning-block: ${{ inputs.scanning-block }}
106
107
publish-image:
108
- uses: advanced-security/reusable-workflows/.github/workflows/container-publish.yml@main
+ uses: githubabcs-devops/devsecops-reusable-workflows/.github/workflows/container-publish.yml@main
109
needs: [ scan-image, set-version ]
110
if: ${{ needs.set-version.outputs.release == 'true' }}
111
0 commit comments