Skip to content

build(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.1 #1000

build(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.1

build(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.1 #1000

Workflow file for this run

name: Gosec Scan
on:
pull_request: null
jobs:
gosec_scan:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner on root directory
uses: securego/gosec@master
with:
# We need to temporarily exclude this as gosec doesn't
# support using module files from subdirectories.
args: -exclude-dir=k8s ./...