Skip to content

Commit 3a4bcfe

Browse files
committed
ci: skip code scan on builds for now
1 parent 5aac7f6 commit 3a4bcfe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/node-manifest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
secrets:
6969
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
7070

71-
scan-image:
72-
name: Scan Image [${{ inputs.NODE_TYPE }}]
73-
needs: [create-and-push-manifest]
74-
uses: aiblockofficial/workflows/.github/workflows/scan-image.yml@main
75-
secrets: inherit
76-
with:
77-
IMAGE: ${{ fromJson(needs.create-and-push-manifest.outputs.json).tags[0] }}
71+
# scan-image:
72+
# name: Scan Image [${{ inputs.NODE_TYPE }}]
73+
# needs: [create-and-push-manifest]
74+
# uses: aiblockofficial/workflows/.github/workflows/scan-image.yml@main
75+
# secrets: inherit
76+
# with:
77+
# IMAGE: ${{ fromJson(needs.create-and-push-manifest.outputs.json).tags[0] }}

0 commit comments

Comments
 (0)