Skip to content

Add update_bundle script to get latest version and update input bundle for staging and prod #2370

Add update_bundle script to get latest version and update input bundle for staging and prod

Add update_bundle script to get latest version and update input bundle for staging and prod #2370

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: --exclude-dir=kubetest-plugins --exclude-dir generatebundlefile --exclude-dir ecrtokenrefresher --exclude-dir credentialproviderpackage -exclude=G402 -exclude=G115 ./...