Skip to content

Commit

Permalink
update gitleaksignore, remove dummy secret
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Aug 16, 2022
1 parent 030c71f commit 6b27c02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
030c71fd5ce438619fbc3a56663b58baed00afeb:src/gitleaks.js:discord-client-secret:103
030c71fd5ce438619fbc3a56663b58baed00afeb:dist/index.js:discord-client-secret:69819
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69816,7 +69816,6 @@ async function Scan(gitleaksEnableUploadArtifact, scanInfo, eventType) {
"--log-level=debug",
];

// discord_client_secret="8dyfuiRyqFvVc3TRr_edRk-fK__JItpK"
if (eventType == "push") {
if (scanInfo.baseRef == scanInfo.headRef) {
// if base and head refs are the same, use `--log-opts=-1` to
Expand Down
1 change: 0 additions & 1 deletion src/gitleaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ async function Scan(gitleaksEnableUploadArtifact, scanInfo, eventType) {
"--log-level=debug",
];

// discord_client_secret="8dyfuiRyqFvVc3TRr_edRk-fK__JItpK"
if (eventType == "push") {
if (scanInfo.baseRef == scanInfo.headRef) {
// if base and head refs are the same, use `--log-opts=-1` to
Expand Down

0 comments on commit 6b27c02

Please sign in to comment.