Skip to content

Commit

Permalink
upload audit logs to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Apr 15, 2024
1 parent 5917f04 commit 66b4f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 src/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function generateSummary() {
// Upload auditd log file to artifacts
const artifactClient = new DefaultArtifactClient()
const artifactName = 'bolt-auditd-log'
const files = ['audit.log']
const files = ['/var/log/audit/audit.log']

const { id, size } = await artifactClient.uploadArtifact(
artifactName,
Expand Down

0 comments on commit 66b4f4e

Please sign in to comment.