Skip to content

feat: add configurable field to list API #250

feat: add configurable field to list API

feat: add configurable field to list API #250

Workflow file for this run

name: gomodguard
on:
push:
branches:
- main
pull_request:
jobs:
check:
name: Check for allowed dependencies per module
runs-on: ubuntu-latest
permissions:
id-token: write
pull-requests: write
contents: write
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Hub login
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
with:
username: dockerpublicbot
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
with:
driver: cloud
endpoint: "docker/secrets-engine"
install: true
- name: Lint
run: make BUILDER=${{ steps.buildx.outputs.name }} gomodguard