-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add detailed view and show logs #18
base: main
Are you sure you want to change the base?
Conversation
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
10273821 | Triggered | Generic Password | 34deeb8 | docker-compose-dev.yaml | View secret |
10273821 | Triggered | Generic Password | 27689af | docker-compose.dev.yaml | View secret |
10273821 | Triggered | Generic Password | a9d87d6 | docker-compose-dev.yaml | View secret |
10273821 | Triggered | Generic Password | 8fbeda1 | docker-compose.dev.yaml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
It should be rebased until #9 is merged |
@@ -85,6 +85,18 @@ self_service: | |||
- bash | |||
- examples/dumb_script_ok.sh # AND then this one | |||
output_model: string (optional) # model name | |||
- slug: get-temperature-paris |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a POC with Node.js
Hello @evoxmusic, I am not a rust expert so if you see bad practices I would be happy to change them! Have a nice day, |
Type of Change
What does this PR do?
Description
Following the runs history, this merge request brings the "details" view, with status and logs.
Screenshot
PR Checklist
Global
Clean Code
Type of Change (commit types)
The appropriate commit types in your PR are required. See a table of them below
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert