reframe icon indicating copy to clipboard operation
reframe copied to clipboard

[testlib] Add trivy scan hpctestlib

Open victorusu opened this issue 1 year ago • 2 comments

The test scans the file systems using aquasecurity/triyv (https://github.com/aquasecurity/trivy)

The test uses the fs option and test against three different scanners vuln, config, and secret.

victorusu avatar Jul 23 '23 20:07 victorusu

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (38cc61a) 87.35% compared to head (a0e72dc) 86.67%. Report is 98 commits behind head on develop.

:exclamation: Current head a0e72dc differs from pull request most recent head b458bb6. Consider uploading reports for the commit b458bb6 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2959      +/-   ##
===========================================
- Coverage    87.35%   86.67%   -0.69%     
===========================================
  Files           60       61       +1     
  Lines        11683    11986     +303     
===========================================
+ Hits         10206    10389     +183     
- Misses        1477     1597     +120     

see 14 files with indirect coverage changes

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jul 23 '23 21:07 codecov[bot]

Hello @victorusu, Thank you for updating!

Line 101:32: E127 continuation line over-indented for visual indent Line 123:80: E501 line too long (80 > 79 characters) Line 167:80: E501 line too long (80 > 79 characters) Line 185:16: E713 test for membership should be 'not in' Line 247:80: E501 line too long (80 > 79 characters) Line 260:80: E501 line too long (80 > 79 characters)

Do see the ReFrame Coding Style Guide

Comment last updated at 2023-10-02 11:38:58 UTC

pep8speaks avatar Oct 02 '23 11:10 pep8speaks