Skip to content

[FIX] Remove references to the old Odoo configuration file #42

[FIX] Remove references to the old Odoo configuration file

[FIX] Remove references to the old Odoo configuration file #42

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
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=G306 -exclude=G115 ./...