-
Notifications
You must be signed in to change notification settings - Fork 7
feat: individual support for manual checks and exceptions #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [splunk-appinspect](https://splunk.com) from 2.14.1 to 2.30.0. --- updated-dependencies: - dependency-name: splunk-appinspect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Please fix |
entrypoint.sh
Outdated
| fi | ||
|
|
||
| exit "$exit_code" | ||
| exit "$(($exit_code_failure_check || $exit_code_manual_check))" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline needed - please fix pre-commit and CI
action.yml
Outdated
| description: "Path to file which contains list of manual checks" | ||
| required: false | ||
| default: ".app-vetting.yaml" | ||
| default: ".appinspect.manualcheck" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think about keeping .yaml extension in the file name? it's more clear what kind of data is inside
Following changes have been done as part of this PR