Skip to content

Commit

Permalink
feat: Check for Posit name leakage (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie authored Oct 1, 2023
1 parent 612c3a7 commit c6357e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Posit Connect Health Check. Deploys various content types to
assess whether Connect is functioning correctly.
License: file LICENSE
Imports:
audit.base (>= 0.6.7),
audit.base (>= 0.6.9),
cli,
connectapi (>= 0.1.3.1),
dplyr,
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# audit.connect 0.6.4 _2023-10-01_
- feat: Check for Posit name leakage

# audit.connect 0.6.3 _2023-09-23_
- feat: Be less picky with server URLs
- fix: Deploy multiple files
Expand Down
2 changes: 1 addition & 1 deletion R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ check = function(server = NULL, token = NULL,
check_list = list()
check_list$setup = summarise_setup(server, token)
check_list$audit_details = audit_details(get_server(), get_token())
check_list$server_headers = check_server_headers()
check_list$server_headers = audit.base::check_server_headers(get_server())
check_list$posit_version = check_posit_version(get_server(), get_token(),
debug_level = debug_level)
check_list$sys_deps = check_sys_deps(debug_level = debug_level)
Expand Down
9 changes: 0 additions & 9 deletions R/check_server_headers.R

This file was deleted.

0 comments on commit c6357e2

Please sign in to comment.