Skip to content

Commit 5ad8489

Browse files
committed
fix: Update workflow references to use the correct repository
1 parent 28cdc42 commit 5ad8489

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
# Scan the container
9292
scan-image:
93-
uses: advanced-security/reusable-workflows/.github/workflows/container-security.yml@main
93+
uses: githubabcs-devops/devsecops-reusable-workflows/.github/workflows/container-security.yml@main
9494
needs: set-version
9595
secrets: inherit
9696
permissions:
@@ -105,7 +105,7 @@ jobs:
105105
scanning-block: ${{ inputs.scanning-block }}
106106

107107
publish-image:
108-
uses: advanced-security/reusable-workflows/.github/workflows/container-publish.yml@main
108+
uses: githubabcs-devops/devsecops-reusable-workflows/.github/workflows/container-publish.yml@main
109109
needs: [ scan-image, set-version ]
110110
if: ${{ needs.set-version.outputs.release == 'true' }}
111111
secrets: inherit

0 commit comments

Comments
 (0)