Skip to content

Use helm charts only from main branch when finding latest image tag #2330

Use helm charts only from main branch when finding latest image tag

Use helm charts only from main branch when finding latest image tag #2330

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 ./...