Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Aug 6, 2024
1 parent 124edf4 commit 0536da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
fs.appendFileSync(envFilePath, `CONTINUE=false\n`);
throw new Error("Commit not associated with PR");
}
else console.success(`Commit ${hash} is associated with this PR. Check passed.`)
else console.log(`Commit ${hash} is associated with this PR. Check passed.`)
} catch (error) {
console.log(`Error fetching commit ${hash}: ${error.message}`);
allCommitsFound = false;
Expand Down
2 changes: 1 addition & 1 deletion audit/auditLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"auditedBy": "Individual Security Researcher",
"auditorGitHandle": "someHandle",
"auditReportPath": "./audit/reports/yyyyyy.pdf",
"auditCommitHash": "bbdbf0be93e57bf31ba23f26a0cc65bad395e136"
"auditCommitHash": "bbdbf0be93e57bf31ba23f26a0cc65bad395e137"
}
],
"1.0.1": [
Expand Down

0 comments on commit 0536da3

Please sign in to comment.