Skip to content
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

Use post-process actions to resubmit to dynamic, not a high score #575

Merged
merged 1 commit into from Aug 16, 2023

Conversation

cccs-kevin
Copy link
Contributor

@cccs-kevin cccs-kevin commented Aug 16, 2023

Use the following post-process action to resubmit these files to dynamic analysis, rather than just arbitrarily scoring these files 500+

# We cannnot statically analyze files that have this tag, so send them all to Dynamic
resubmit_vbs_and_js:
  archive_submission: false
  enabled: true
  filter: 'tags.file.behavior:"Visual Basic and JavaScript"'
  raise_alert: false
  resubmit:
    additional_services: ["Dynamic Analysis"]
  run_on_cache: false
  run_on_completed: true
  webhook: null  

@cccs-kevin cccs-kevin merged commit e717ac0 into main Aug 16, 2023
1 check passed
@cccs-kevin cccs-kevin deleted the update/vbs-tag branch August 16, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants