Update gosec.yml

just check the root without the need to adjust the exclude dirs
This commit is contained in:
RW
2023-08-23 15:04:25 +02:00
committed by GitHub
parent 4248a8dadd
commit 42ff8d51c0

View File

@@ -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