Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjustments in audit params #692

Merged
merged 32 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7451037
adjustments in audit params
orz25 May 5, 2024
a3e620c
Merge remote-tracking branch 'upstream/dev' into adjusments-in-audit-…
orz25 Jun 8, 2024
fbe6c7b
run go mod tidy
orz25 Jun 10, 2024
4a35ce9
change cli-core version
orz25 Jun 10, 2024
6f27420
add graph scan common params
orz25 Jun 13, 2024
00b7304
updating go.mod
orz25 Jun 13, 2024
da83c01
updating go.mod
orz25 Jun 15, 2024
6b3de54
updating go.mod
orz25 Jun 15, 2024
1ae3090
Merge remote-tracking branch 'upstream/dev' into adjusments-in-audit-…
orz25 Jun 15, 2024
d21bdb0
Merge remote-tracking branch 'upstream/dev' into adjusments-in-audit-…
orz25 Jun 15, 2024
e1513e1
update go.mod
orz25 Jun 15, 2024
a5c97d2
update go.mod
orz25 Jun 15, 2024
411253d
update go.mod
orz25 Jun 15, 2024
c657ea3
update go.mod
orz25 Jun 15, 2024
dff35d5
update go.mod
orz25 Jun 15, 2024
e7d806c
add set threads
orz25 Jun 15, 2024
62f14a1
create auditParallelRunner in RunInstallAndAudit func
orz25 Jun 16, 2024
12d9c74
update go.mod
orz25 Jun 16, 2024
b19017b
update go.mod
orz25 Jun 16, 2024
a3606ba
update go.mod
orz25 Jun 16, 2024
bf3ddab
update go.mod
orz25 Jun 16, 2024
29bd674
create parallel runner before RunInstallAndAudit
orz25 Jun 16, 2024
e14f21f
remove mutex in RunInstallAndAudit
orz25 Jun 16, 2024
295627b
bring back mutex in RunInstallAndAudit
orz25 Jun 16, 2024
9bc11e9
remove mutex in RunInstallAndAudit
orz25 Jun 16, 2024
8a4af0b
remove mutex in RunInstallAndAudit
orz25 Jun 16, 2024
88c39b2
update go.mod
orz25 Jun 16, 2024
04410db
update go.mod
orz25 Jun 16, 2024
f5c3d70
update go.mod
orz25 Jun 16, 2024
1421332
bring back bitbucket_server_run.sh
orz25 Jun 16, 2024
2a7eff5
Merge remote-tracking branch 'upstream/dev' into adjusments-in-audit-…
orz25 Jun 18, 2024
16aaf15
update go.mod to cli-security dev
orz25 Jun 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating go.mod
  • Loading branch information
orz25 committed Jun 13, 2024
commit 00b730471020a88bea64337bfe5009a827b3696e
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ require (
gopkg.in/warnings.v0 v0.1.2 // indirect
)

replace github.com/jfrog/jfrog-cli-security => github.com/orz25/jfrog-cli-security v0.0.0-20240613105035-59ce3b7e8c36
replace github.com/jfrog/jfrog-cli-security => github.com/orz25/jfrog-cli-security v0.0.0-20240613143222-c5b3cca814a3

//replace github.com/jfrog/jfrog-cli-core/v2 => github.com/jfrog/jfrog-cli-core/v2 dev

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@ github.com/nwaples/rardecode v1.1.3 h1:cWCaZwfM5H7nAD6PyEdcVnczzV8i/JtotnyW/dD9l
github.com/nwaples/rardecode v1.1.3/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/orz25/jfrog-cli-security v0.0.0-20240613105035-59ce3b7e8c36 h1:SWzFzJMxLzKbAhyYmgcM1PetbdNWoYkqIAbdXQW24S4=
github.com/orz25/jfrog-cli-security v0.0.0-20240613105035-59ce3b7e8c36/go.mod h1:8Jmr6CBQIgB6zbyxuZLg/66x7M+7WWDkXBGCQPkw+j8=
github.com/orz25/jfrog-cli-security v0.0.0-20240613143222-c5b3cca814a3 h1:cCYX+ZBvEEWahH2ORLXXN92znK2vky7URcmWhS+0Gy4=
github.com/orz25/jfrog-cli-security v0.0.0-20240613143222-c5b3cca814a3/go.mod h1:8Jmr6CBQIgB6zbyxuZLg/66x7M+7WWDkXBGCQPkw+j8=
github.com/owenrumney/go-sarif v1.1.1/go.mod h1:dNDiPlF04ESR/6fHlPyq7gHKmrM0sHUvAGjsoh8ZH0U=
github.com/owenrumney/go-sarif/v2 v2.3.1 h1:77opmuqxQZE1UF6TylFz5XllVEI72WijgwpwNw4JTmY=
github.com/owenrumney/go-sarif/v2 v2.3.1/go.mod h1:MSqMMx9WqlBSY7pXoOZWgEsVB4FDNfhcaXDA1j6Sr+w=
Expand Down
Loading