Skip to content

Commit

Permalink
Merge pull request #11 from cyber-dojo/move-pr-attestation-to-trail
Browse files Browse the repository at this point in the history
Move pr attestation to trail
  • Loading branch information
JonJagger committed Mar 21, 2024
2 parents bf33a50 + cc29d77 commit 18b63a2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 433 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
run:
kosli attest pullrequest github
--github-token=${{ secrets.GITHUB_TOKEN }}
--name=exercises-start-points.pull-request
--name=pull-request


build-image:
Expand Down
315 changes: 0 additions & 315 deletions .github/workflows/main_staging.yml.OFF

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/readme.md

This file was deleted.

5 changes: 3 additions & 2 deletions .kosli.yml
@@ -1,11 +1,12 @@
version: 1

trail:
attestations:
- name: pull-request
type: pull_request
artifacts:
- name: exercises-start-points
attestations:
- name: pull-request
type: pull_request
- name: snyk-container-scan
type: snyk
- name: snyk-code-scan
Expand Down

0 comments on commit 18b63a2

Please sign in to comment.