Secrets Scan
Prerequisite
Clouddefense CLI
Gitleaks
Steps
To scan for secrets we need to pass “--no-git” flag from the CLI like,
In the above command we pass our api-key, with the project path to scan and –no-git to include secret scans.
Once scans finish we can look the data in UI
And once expanded ,we can see our data
Last updated