Skip to content

Commit

Permalink
CI: delete dead yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 7, 2023
1 parent 06e449f commit df40d40
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/sub_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,3 @@ jobs:
--artifact-type=docker \
--name=snyk-scan \
--scan-results=snyk.json
sdlc-gate:
needs: [branch-coverage, snyk-scan]
runs-on: ubuntu-latest
steps:
- name: Setup Kosli CLI
uses: kosli-dev/setup-cli-action@v2
with:
version: ${{ env.KOSLI_CLI_VERSION }}

- name: Kosli SDLC gate to short-circuit-the-flow
run: |
docker pull cyberdojo/shas:${{ env.IMAGE_TAG }}
kosli assert artifact cyberdojo/shas:${{ env.IMAGE_TAG }} \
--artifact-type=docker

0 comments on commit df40d40

Please sign in to comment.