We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aac7f6 commit 3a4bcfeCopy full SHA for 3a4bcfe
.github/workflows/node-manifest.yml
@@ -68,10 +68,10 @@ jobs:
68
secrets:
69
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
70
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] }}
+ # scan-image:
+ # name: Scan Image [${{ inputs.NODE_TYPE }}]
+ # needs: [create-and-push-manifest]
+ # uses: aiblockofficial/workflows/.github/workflows/scan-image.yml@main
+ # secrets: inherit
+ # with:
+ # IMAGE: ${{ fromJson(needs.create-and-push-manifest.outputs.json).tags[0] }}
0 commit comments