Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build: set release version to v1.18.5 #18

build: set release version to v1.18.5

build: set release version to v1.18.5 #18

Workflow file for this run

name: Security scanning
on:
push:
tags:
- v*
branches:
- master
- release-*
permissions:
contents: read
jobs:
security:
if: github.repository == 'rook/rook'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: run Snyk to check for code vulnerabilities
uses: snyk/actions/golang@86b1cee1b8e110a78d528b3e1328a80e218111d2 # master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
GOFLAGS: "-buildvcs=false"