Skip to content

Commit

Permalink
Squashed 'subtrees/go-witness/' changes from 31e6790..6e5c872
Browse files Browse the repository at this point in the history
6e5c872 fix: update github actions to use new fulcio url
7332f62 fix: use witness-run-action instead of testifysec-run-action

git-subtree-dir: subtrees/go-witness
git-subtree-split: 6e5c872cb5f282059bc01bda200b0354f88bacd9
  • Loading branch information
mikhailswift committed Jul 25, 2023
1 parent a309cc9 commit 6f02e17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions subtrees/go-witness/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ jobs:
run: go install github.com/praetorian-inc/gokart@latest

- name: Static Analysis
uses: testifysec/testify-run-action@main
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step-name: static-analysis
attestors: "github sarif"
step: static-analysis
attestations: "github sarif"
command: gokart scan . -o sarif-results.json -s

- name: Test
uses: testifysec/testify-run-action@main
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step-name: "test"
attestors: "github"
step: "test"
attestations: "github"
command: go test -v -coverprofile=profile.cov -covermode=atomic ./...

- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
GO111MODULE=off go get github.com/mattn/goveralls
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github

0 comments on commit 6f02e17

Please sign in to comment.