From 3cc7ac37e45e3291fa005ed62c60b79bc1aea557 Mon Sep 17 00:00:00 2001 From: Sean Casey Date: Wed, 26 Feb 2025 11:56:00 -0500 Subject: [PATCH 1/2] add Dockerfile --- .github/workflows/main.yml | 1 + .vscode/settings.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb528375..11b35b43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,7 @@ name: CxFlow # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch +# comment on: push: branches: [ master ] diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..2b37e7d1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "CheckmarxSecurityChampion.key": "sk-proj-pNHtnWny3bvPN2slWbeNT3BlbkFJ7HTv6G6iIJ4xsMW8uWgR" +} \ No newline at end of file From ad2b3a8190d939c9f0a2f05bd6030147fc0f20ab Mon Sep 17 00:00:00 2001 From: Sean Casey Date: Wed, 26 Feb 2025 12:12:27 -0500 Subject: [PATCH 2/2] triage5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11b35b43..dfda09ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: CxFlow # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch -# comment +# comments on: push: branches: [ master ]