Skip to content

Add support for LKE, Volume, NodeBalancer, and network transfer pricing endpoints #2434

Add support for LKE, Volume, NodeBalancer, and network transfer pricing endpoints

Add support for LKE, Volume, NodeBalancer, and network transfer pricing endpoints #2434

Workflow file for this run

name: Gosec Scan
on:
pull_request: null
jobs:
gosec_scan:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude=G104 ./...