Skip to content

Commit 08f9d13

Browse files
authored
ci: Adding missing config files for security scan (#41)
1 parent a63bf44 commit 08f9d13

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.fossa.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 3
2+
3+
project:
4+
id: git+github.com/firebolt-db/firebolt-sqlalchemy
5+
name: firebolt-sqlalchemy
6+
7+
targets:
8+
only:
9+
- type: pipenv

sonar-project.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sonar.projectKey=firebolt-db_firebolt-sqlalchemy
2+
sonar.organization=firebolt-db
3+
sonar.sources=src
4+
sonar.python.version=3

0 commit comments

Comments
 (0)