Browse Source

Added working covscan example

tekton_work
Jonathan Christison 3 years ago
parent
commit
9510e768dc
  1. 9
      hack/examples/covscan.sh

9
hack/examples/covscan.sh

@ -1,5 +1,12 @@
#!/bin/bash
#Scan a RPM builds for quarkus with Snyk
#Doesn't work - interprets as tar
#covscan mock-build -p snyk-only-unstable --tarball-build-script=: --brew-build quarkus-mandrel-22-22.3.2.1_1-4.el8qks
covscan mock-build -p snyk-only-unstable --brew-build quarkus-mandrel-22-22.3.2.1_1-4.el8qks
#Doesn't work requires profile tuning/further mock env setup
#covscan mock-build -p snyk-only-unstable --brew-build quarkus-mandrel-22-22.3.2.1_1-4.el8qks
#Working but using wrong mockenv
covscan mock-build -p snyk-only-unstable --brew-build xterm-366-8.el9

Loading…
Cancel
Save