Skip to content

fix: allow parsing of role assignment value at auth scope [IAC-3033] #3

fix: allow parsing of role assignment value at auth scope [IAC-3033]

fix: allow parsing of role assignment value at auth scope [IAC-3033] #3

Workflow file for this run

---
name: Vendor Dependencies Check
permissions:
contents: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/depscheck.yaml'
- 'vendor/**'
- '**.go'
jobs:
depscheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: ./.go-version
- run: bash scripts/gogetcookie.sh
- run: make depscheck