In this commit
* Dont apply global properties to brew builds
* Remove `-p` from tekton tasks, this will come from scan properties
* Delete old pipelines and tasks
The pipeline clearup seems to work but taskrun clearup fails for some
reason
```
All but 10 PipelineRuns(Completed) deleted in namespace "pct-security-tooling"
Error: failed to delete TaskRun "osh-scan-scm-taskrun-test-pjtvw":
taskruns.tekton.dev "osh-scan-scm-taskrun-test-pjtvw" is forbidden: User
"system:serviceaccount:pct-security-tooling:osh" cannot delete resource
"taskruns" in API group "tekton.dev" in the namespace
"pct-security-tooling"; failed to delete TaskRun
"osh-scan-scm-taskrun-test-9gx7z": taskruns.tekton.dev
"osh-scan-scm-taskrun-test-9gx7z" is forbidden: User
"system:serviceaccount:pct-security-tooling:osh" cannot delete resource
"taskruns" in API group "tekton.dev" in the namespace
"pct-security-tooling"; failed to delete TaskRun
"osh-scan-scm-taskrun-test-g7vlh": taskruns.tekton.dev
"osh-scan-scm-taskrun-test-g7vlh" is forbidden: User
"system:serviceaccount:pct-security-tooling:osh" cannot delete resource
"taskruns" in API group "tekton.dev" in the namespace
"pct-security-tooling"; ....
```
* Alter tekton pipeline/task for from source (haven't done brew builds
yet)
* Propergate scan options (no validation) it be better to cast to the
paramMapper and also have paramMapper give the re-parsed mockbuild
command
This is a pipelineRun which will be ran from the quarkus app so it
shouldn't be deployed as part of the deployment proccess which is why
k8's dir exists
Quarkus < 3.x doesn't support some of the route options, we need to
apply this YAML instead and disable auto route enable
still todo, combine yaml's into one for easier oc apply -f <COMBINED> or
have quarkus apply the snippets for us