Skip to content

Run Gosec and ZAP Scan #7

Run Gosec and ZAP Scan

Run Gosec and ZAP Scan #7

Workflow file for this run

name: Run Gosec
on:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...
- name: Generate SBOM
uses: anchore/sbom-action@v0
- name: Generate SBOM
uses: advanced-security/generate-sbom-action@v1
with:
token: ${{ secrets.sbom_token }}