Skip to content

Commit

Permalink
Merge pull request #847 from tsmithv11/patch-18
Browse files Browse the repository at this point in the history
Remove unnecessary code snippet
  • Loading branch information
JBakstPaloAlto authored Aug 22, 2024
2 parents 13a9932 + c7e7b02 commit 292336e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@
Artifactory is a Repository Manager that functions as a single access point organizing all of your binary resources including proprietary libraries, remote artifacts and other 3rd party resources.


[source,text]
----
{
" apikey: AKCp5budTFpbypBqQbGJPz3pGCi28pPivfWczqjfYb9drAmd9LbRZbj6UpKFxJXA8ksWGc9fM",
}
----

=== Fix - Buildtime


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@


This check detects private keys by determining whether commonly specified key attributes are present in the analyzed string.
----
DSA PRIVATE KEY
EC PRIVATE KEY
OPENSSH PRIVATE KEY
PGP PRIVATE KEY BLOCK
PRIVATE KEY
RSA PRIVATE KEY
SSH2 ENCRYPTED PRIVATE KEY
PuTTY-User-Key-File-2
----

* DSA PRIVATE KEY
* EC PRIVATE KEY
* OPENSSH PRIVATE KEY
* PGP PRIVATE KEY BLOCK
* PRIVATE KEY
* RSA PRIVATE KEY
* SSH2 ENCRYPTED PRIVATE KEY
* PuTTY-User-Key-File-2


=== Fix - Buildtime

Expand Down

0 comments on commit 292336e

Please sign in to comment.