Skip to content

Merge pull request #4 from manhtukhang/dependabot/go_modules/google.g… #10

Merge pull request #4 from manhtukhang/dependabot/go_modules/google.g…

Merge pull request #4 from manhtukhang/dependabot/go_modules/google.g… #10

Workflow file for this run

name: Security scanning
on:
push:
tags:
- v*
branches:
- main
- master
jobs:
security:
if: github.repository == 'manhtukhang/vault-plugin-harbor'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: run Snyk to check for code vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}