Skip to content

Commit

Permalink
CI: use undotted name on kosli attest (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 15, 2023
1 parent d65da74 commit dfc5237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub_test_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
docker pull ${IMAGE_NAME}
kosli attest snyk ${IMAGE_NAME} \
--artifact-type=docker \
--name=dashboard.snyk-scan \
--name=snyk-scan \
--scan-results=snyk.json \
--trail="${GITHUB_SHA}"
Expand Down Expand Up @@ -138,6 +138,6 @@ jobs:
kosli attest pullrequest github ${IMAGE_NAME} \
--artifact-type=docker \
--github-token=${{ secrets.GITHUB_TOKEN }} \
--name=dashboard.pull-request \
--name=pull-request \
--trail="${GITHUB_SHA}"

0 comments on commit dfc5237

Please sign in to comment.