Skip to content

feat: Add Chronicle exporter #2829

feat: Add Chronicle exporter

feat: Add Chronicle exporter #2829

Workflow file for this run

name: Gosec
on:
workflow_dispatch:
# schedule:
# # ┌───────────── minute (0 - 59)
# # │ ┌───────────── hour (0 - 23)
# # │ │ ┌───────────── day of the month (1 - 31)
# # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# # │ │ │ │ │
# # │ │ │ │ │
# # │ │ │ │ │
# # * * * * *
# - cron: '30 1 * * *'
pull_request:
jobs:
gosec:
runs-on: ubuntu-20.04
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
- name: Install Tools
run: make install-tools
- name: Run Gosec Security Scanner
run: make gosec