Skip to content

Bump slsa-framework/slsa-github-generator from 1.7.0 to 2.0.0 #122

Bump slsa-framework/slsa-github-generator from 1.7.0 to 2.0.0

Bump slsa-framework/slsa-github-generator from 1.7.0 to 2.0.0 #122

Workflow file for this run

---
name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run unit tests
run: |
go version
go test -v ./...