diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index deaa8ddd..25929f03 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -38,7 +38,7 @@ jobs: - name: Run Gosec (root) working-directory: . run: | - gosec -exclude-dir=arangodb -exclude-dir=badger -exclude-dir=couchbase -exclude-dir=dynamodb -exclude-dir=etcd -exclude-dir=memcache -exclude-dir=memory -exclude-dir=mongodb -exclude-dir=mysql -exclude-dir=postgres -exclude-dir=redis -exclude-dir=ristretto -exclude-dir=sqlite3 -exclude-dir=s3 -exclude-dir=bbolt -exclude-dir=azureblob -exclude-dir=mssql -exclude-dir=pebble -exclude-dir=rueidis -exclude-dir=coherence ./.... + gosec . # ----- - name: Run Gosec (arangodb) working-directory: ./arangodb