Skip to content

Add new field ActionValue to types. NsxtFirewallRule to support REJECT action #1384

Add new field ActionValue to types. NsxtFirewallRule to support REJECT action

Add new field ActionValue to types. NsxtFirewallRule to support REJECT action #1384

Workflow file for this run

name: Run Gosec
on: [ push, pull_request ]
jobs:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: Checkout Source
uses: actions/checkout@v2
- name: gosec
run: make security