intel / intel-data-center-gpu-driver-for-openshift

Intel Data Center GPU Drivers for Red Hat OpenShift Container Platform
https://catalog.redhat.com/software/containers/intel/intel-data-center-gpu-driver-container/6495ee55c8b2461e35fb8264
Apache License 2.0
7 stars 5 forks source link

Makefile: Added makefile to simplify Terrascan #58

Closed chaitanya1731 closed 1 year ago

chaitanya1731 commented 1 year ago

Added Terrascan for scanning related dockerfiles in this project. Usage:

$ make terrascan

output: Scan results stored in the file drivers-terrascan-result.txt

Clean the output file using:

$ make clean-terrascan

Signed-off-by: chaitanya1731 chaitanya.kulkarni@intel.com

chaitanya1731 commented 1 year ago

@uMartinXu @hershpa Please review.

hershpa commented 1 year ago

This looks good, similar PR in other repo: https://github.com/intel/intel-technology-enabling-for-openshift/pull/84

chaitanya1731 commented 1 year ago

Closing as we will transition to Trivy instead of Terrascan