Compare commits
5 Commits
refactor_f
...
refactor
| Author | SHA1 | Date |
|---|---|---|
|
|
5ca4917bf4 | 3 years ago |
|
|
f66b910de7 | 3 years ago |
|
|
7d61509b12 | 3 years ago |
|
|
69445ad0d4 | 3 years ago |
|
|
bfd887c40e | 3 years ago |
4 changed files with 27 additions and 4 deletions
@ -0,0 +1,9 @@
|
||||
#!/bin/bash |
||||
|
||||
curl --get \ |
||||
--data-urlencode "brewId=xterm-366-8.el9" \ |
||||
https://osh-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com/api/v1a/Scan/single/brew -vv |
||||
|
||||
curl --get https://osh-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com/api/v1a/Scan/2 -vv |
||||
curl --get https://osh-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com/api/v1a/Scan/2/run -vv |
||||
|
||||
@ -0,0 +1,10 @@
|
||||
#!/bin/bash |
||||
|
||||
curl --get \ |
||||
--data-urlencode "repo=https://code.engineering.redhat.com/gerrit/quarkusio/quarkus.git" \ |
||||
--data-urlencode "ref=2.13.8.Final-redhat-00001" \ |
||||
https://osh-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com/api/v1a/Scan/single/git -vv |
||||
|
||||
curl --get https://osh-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com/api/v1a/Scan/1 -vv |
||||
curl --get https://osh-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com/api/v1a/Scan/1/run -vv |
||||
|
||||
Loading…
Reference in new issue