Skip to content

Commit

Permalink
build and package allow-ghsas
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkemi committed Sep 22, 2022
1 parent 241ff73 commit bcb5263
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 15 deletions.
41 changes: 34 additions & 7 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/config.ts
Expand Up @@ -60,13 +60,13 @@ export function readInlineConfig(): ConfigurationOptions {
const head_ref = getOptionalInput('head-ref')

return {
fail_on_severity: fail_on_severity,
fail_on_scopes: fail_on_scopes,
allow_licenses: allow_licenses,
deny_licenses: deny_licenses,
allow_ghsas: allow_ghsas,
base_ref: base_ref,
head_ref: head_ref
fail_on_severity,
fail_on_scopes,
allow_licenses,
deny_licenses,
allow_ghsas,
base_ref,
head_ref
}
}

Expand Down

0 comments on commit bcb5263

Please sign in to comment.