Skip to content

Commit

Permalink
Use lw-scanner 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timarenz committed Nov 17, 2021
1 parent 151b17b commit 7c93dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/timarenz/lw-scanner:v0.2.1
FROM ghcr.io/timarenz/lw-scanner:v0.2.2
COPY ./docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
## Exit codes
The following exit codes are introduced with version 0.4.0. Prior version all fail with exit code 1 on violations.
Exit codes 11-16 are used if `use_policy` is enabled. If not, error codes 21-22 are used.
The following exit codes are introduced with version 0.4.0. Prior version all fail with exit code `1` on violations.
Exit codes `11-16` are used if `use_policy` is enabled. If not, error codes `21-22` are used.

| Exit code | Description |
|----------:|------------------------------------|
Expand Down

0 comments on commit 7c93dda

Please sign in to comment.