From 5de2cf131272894dc0b40b921260bf3209ee9edb Mon Sep 17 00:00:00 2001 From: jasquat Date: Tue, 28 Mar 2023 17:14:58 -0400 Subject: [PATCH] ignore dccache files w/ burnettk --- .github/workflows/backend_tests.yml | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index bec953407..f0c9eaf3f 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -173,6 +173,8 @@ jobs: name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}} 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: runs-on: ubuntu-latest steps: diff --git a/.gitignore b/.gitignore index deaccb3a6..d391cd85c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pyrightconfig.json .idea/ t +.dccache