Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.0 #252

chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.0

chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.0 #252

Workflow file for this run

---
name: 🚨 Semgrep Analysis
on:
push:
pull_request:
jobs:
semgrep:
name: Evaluate code for vulnerabilities
runs-on: ubuntu-latest
# Skip any PR created by dependabot to avoid permission issues
if: (github.actor != 'dependabot[bot]')
steps:
- name: Set up git repository
uses: actions/checkout@v3
- uses: returntocorp/semgrep-action@v1
with:
config: >- # more at semgrep.dev/explore
p/security-audit
p/secrets
p/golang