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

build(deps): bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0 #147

build(deps): bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0

build(deps): bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0 #147

Workflow file for this run

name: Review
on:
push:
paths:
- '**.go'
pull_request:
branches:
- master
- v2
- development
jobs:
review:
name: Code Review
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'dependabot/') == false
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run Semgrep
uses: returntocorp/semgrep-action@v1
with:
config: |
p/ci
p/owasp-top-ten
p/golang
p/command-injection
p/security-audit
p/secrets