Skip to content

Commit

Permalink
chore: upgrade grype anchore#102
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Aug 16, 2021
1 parent 9b87c3d commit 5716ac3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -106,5 +106,11 @@ typings/
# TernJS port file
.tern-port

# Python test stuff
/venv
/act
/tests/functional/__pycache__

# IDE files/dirs
.vscode
.idea
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -11,7 +11,7 @@ const { exec } = __webpack_require__(514);
const fs = __webpack_require__(747);

const grypeBinary = 'grype'
const grypeVersion = '0.7.0'
const grypeVersion = '0.15.0'

// sarif code
function convert_severity_to_acs_level(input_severity, severity_cutoff_param) {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -4,7 +4,7 @@ const { exec } = require('@actions/exec');
const fs = require('fs');

const grypeBinary = 'grype'
const grypeVersion = '0.7.0'
const grypeVersion = '0.15.0'

// sarif code
function convert_severity_to_acs_level(input_severity, severity_cutoff_param) {
Expand Down

0 comments on commit 5716ac3

Please sign in to comment.