Skip to content

Commit 762e5fe

Browse files
added output file for bandit
1 parent cc195f1 commit 762e5fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/research-agent-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: pip install bandit
6161

6262
- name: Run Bandit scan
63-
run: bandit -ll -ii -r .
63+
run: bandit -ll -ii -r -f html -o bandit_scan-${{ github.run_number }}.json .
6464

6565
build_and_deploy:
6666
name: Build, Scan, Push, and Deploy

agents/research_agent/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", google_api_key=google_api_key)
1616

1717

18-
# ----------------- Research Agent Setup ----------------- #
18+
# ----------------- Research Agent Setup ----------------- # #
1919
# Define the prompt for generating research
2020
research_prompt = ChatPromptTemplate.from_messages(
2121
[

0 commit comments

Comments
 (0)