Skip to content

fix: remote deploy would not replace restricted words on bucket name #520

fix: remote deploy would not replace restricted words on bucket name

fix: remote deploy would not replace restricted words on bucket name #520

Workflow file for this run

name: Package Auditing
on:
pull_request:
types: [opened, synchronize]
jobs:
PackageAuditing:
name: Package Auditor (GoVulnCheck)
runs-on: ubuntu-latest
container:
image: golang:1.22.5
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: GoVulnCheck
run: make govulncheck