Skip to content

Commit

Permalink
Add shell command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 1, 2023
1 parent d487d32 commit 71b1dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@
"filename": "Makefile",
"hashed_secret": "ee783f2421477b5483c23f47eca1f69a1f2bf4fb",
"is_verified": true,
"line_number": 44
"line_number": 47
},
{
"type": "Secret Keyword",
"filename": "Makefile",
"hashed_secret": "1457a35245051927fac6fa556074300f4162ed66",
"is_verified": true,
"line_number": 47
"line_number": 50
}
]
},
"generated_at": "2023-11-25T00:02:19Z"
"generated_at": "2023-12-01T20:56:19Z"
}
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ install:
test:
source $(VENV) && pytest -vrx -s

shell:
source $(VENV) && ipython

create-secrets:
source $(VENV) && detect-secrets scan > .secrets.baseline

Expand Down

0 comments on commit 71b1dbc

Please sign in to comment.