Skip to content

Bump github.com/sirupsen/logrus from 1.9.4 to 1.10.2 #183

Bump github.com/sirupsen/logrus from 1.9.4 to 1.10.2

Bump github.com/sirupsen/logrus from 1.9.4 to 1.10.2 #183

Workflow file for this run

name: Verify layouts
on:
push:
branches: ['main']
pull_request:
jobs:
verify-layouts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16
with:
check-latest: true
go-version-file: 'go.mod'
- 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