ignore dccache files w/ burnettk
This commit is contained in:
parent
a7521cba65
commit
5de2cf1312
|
@ -173,6 +173,8 @@ jobs:
|
||||||
name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}}
|
name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}}
|
||||||
path: "./log/*.log"
|
path: "./log/*.log"
|
||||||
|
|
||||||
|
# burnettk created an account at https://app.snyk.io/org/kevin-jfx
|
||||||
|
# and added his SNYK_TOKEN secret under the spiff-arena repo.
|
||||||
snyk:
|
snyk:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
pyrightconfig.json
|
pyrightconfig.json
|
||||||
.idea/
|
.idea/
|
||||||
t
|
t
|
||||||
|
.dccache
|
||||||
|
|
Loading…
Reference in New Issue