Skip to content

Bump github.com/secure-systems-lab/go-securesystemslib from 0.8.0 to 0.9.0 #20

Bump github.com/secure-systems-lab/go-securesystemslib from 0.8.0 to 0.9.0

Bump github.com/secure-systems-lab/go-securesystemslib from 0.8.0 to 0.9.0 #20

Workflow file for this run

name: Verify layouts
on:
push:
branches: ['main']
pull_request:
jobs:
verify-layouts:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Verify test standard layout
run: |
go run main.go -l layouts/layout.yml -a test-data
- name: Verify test NPM layout
run: |
go run main.go -l layouts/layout-npm.yml -a test-data-npm --substitute-parameters parameters/npm-sigstore.json