Skip to content

Commit

Permalink
Delete analysis after uploading
Browse files Browse the repository at this point in the history
The analysis is purposefully failing. We don't want a failed analysis
sitting in the security center since this can cause some internal
checks to erroneously fail.
  • Loading branch information
aeisenberg committed Nov 10, 2023
1 parent 82284f1 commit 04451e0
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python312-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Analyze
uses: ./../action/analyze
with:
upload: false
upload-database: false
62 changes: 61 additions & 1 deletion lib/init-action-post-helper.js

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

2 changes: 1 addition & 1 deletion lib/init-action-post-helper.js.map

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

1 change: 1 addition & 0 deletions lib/init-action-post-helper.test.js

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

0 comments on commit 04451e0

Please sign in to comment.