Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3 #92

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3 #92

Workflow file for this run

---
name: Reporting
on:
push:
branches:
- devel
- release-*
permissions: {}
jobs:
vulnerability-scan:
name: Vulnerability Scanning
if: github.repository_owner == 'submariner-io'
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Check out the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Run Anchore vulnerability scanner
uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4
id: scan
with:
path: "."
fail-build: false
- name: Show Anchore scan SARIF report
run: cat ${{ steps.scan.outputs.sarif }}
- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99
with:
sarif_file: ${{ steps.scan.outputs.sarif }}