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

Skip to content

build: set the release version for the v1.18.0-beta.0 release #10

build: set the release version for the v1.18.0-beta.0 release

build: set the release version for the v1.18.0-beta.0 release #10

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@28606799782bc8e809f4076e9f8293bc4212d05e # master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
GOFLAGS: "-buildvcs=false"