Skip to content

Commit

Permalink
Change name of kosli lint evidence to rubocop-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 29, 2024
1 parent 0da74a8 commit 1a30e7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
--name=pull-request


lint:
rubocop-lint:
needs: []
runs-on: ubuntu-latest
steps:
Expand All @@ -104,7 +104,7 @@ jobs:
run: |
KOSLI_COMPLIANT=$([ "${{ steps.lint.outcome }}" == 'success' ] && echo true || echo false)
kosli attest generic \
--name=runner.lint
--name=runner.rubocop-lint
snyk-code-scan:
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
sdlc-control-gate:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: [setup, build-image, pull-request, lint, unit-tests, integration-tests, snyk-container-scan, snyk-code-scan]
needs: [setup, build-image, pull-request, rubocop-lint, unit-tests, integration-tests, snyk-container-scan, snyk-code-scan]
steps:
- name: Setup Kosli CLI
uses: kosli-dev/setup-cli-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .kosli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trail:
artifacts:
- name: runner
attestations:
- name: lint
- name: rubocop-lint
type: generic
- name: unit-test
type: junit
Expand Down
4 changes: 4 additions & 0 deletions bin/todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

find out why 'make image_server' always rebuilds - where is the cache?

delete dead code in the bin/ dir

0 comments on commit 1a30e7c

Please sign in to comment.