DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
221 stars 44 forks source link

Fix salus failures #389

Closed nmanoogian closed 1 year ago

nmanoogian commented 1 year ago

We started to notice errors from Salus relating to cargo-audit, which we don't use, so we now define the specific scanners for Salus to run.

The GitHub Action that we're using automatically pulls the latest Salus image which included some semgrep changes that seem to break with our custom rules. For this reason, I've also pulls semgrep into a separate step.