Skip to content

feat: Add support for Azure Key Vault secrets. #402

feat: Add support for Azure Key Vault secrets.

feat: Add support for Azure Key Vault secrets. #402

Workflow file for this run

name: govulncheck
on:
pull_request:
branches:
- master
push:
branches:
- master
tags:
- v*
schedule:
- cron: 22 2 * * *
jobs:
govulncheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: go-version
id: go-version
run: |
echo go-version="$(awk '/GO_VERSION:/ { print $2 }' .github/workflows/main.yml | tr -d \')" >> "${GITHUB_OUTPUT}"
- uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13
with:
go-version-input: ${{ steps.go-version.outputs.go-version }}