Skip to content

Commit

Permalink
chore: Further improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
EnturWilhelm committed Oct 16, 2024
1 parent 57dd869 commit 06a4422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
pass
if data == '':
print('::error ::Allowlist file not found')
print('::error ::Allowlist file not found in current repository')
sys.exit(1)
if not v.validate(data):
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
except IOError:
pass
if data == '':
print('::error ::Allowlist file not found')
print('::error ::Allowlist file not found in current repository')
sys.exit(1)
if not v.validate(data):
Expand Down

0 comments on commit 06a4422

Please sign in to comment.