Skip to content

Commit

Permalink
chore: Add security scanner config (#22)
Browse files Browse the repository at this point in the history
* chore: Add security scanner config

* retrigger jobs

* retrigger jobs

* remove e2e file restrictions
  • Loading branch information
lindnerby authored May 21, 2024
1 parent e4335fb commit d7d312a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/e2e-test-create-scaffold.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: E2E Test - Create Scaffold

on:
push:
branches:
- main
- 'release-**'
pull_request:
branches:
- main
- 'release-**'
paths:
- 'go.mod'
- 'go.sum'
- '**.go'
jobs:
e2e-test:
name: E2E Test - Create Scaffold
Expand Down
8 changes: 8 additions & 0 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module-name: modulectl
whitesource:
language: golang-mod
exclude:
- "**/test/**"
- "**/*_test.go"
- "**/mocks/**"
subprojects: false

0 comments on commit d7d312a

Please sign in to comment.