Skip to content

Run Gosec and ZAP Scan #13

Run Gosec and ZAP Scan

Run Gosec and ZAP Scan #13

Workflow file for this run

name: Run Gosec and ZAP Scan
on:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Set up Nodejs
uses: actions/setup-node@v3
with:
node-version: 20
- name: Checkout Source
id: checkout
uses: actions/checkout@v3
- name: Generate SBOM
id: sbom
uses: anchore/sbom-action@v0
- name: Run Gosec Security Scanner
id: gosec
uses: securego/gosec@master
with:
args: ./...