-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.55 Issue #18: Replace apt with apt-get
- Loading branch information
1 parent
b9776e7
commit be0f92c
Showing
7 changed files
with
41 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,17 +41,26 @@ jobs: | |
uses: hadolint/[email protected] | ||
with: | ||
path: . | ||
# when provided with a directory on output_path | ||
# it will generate the specified reports file named 'results.{extension}' | ||
# in this example it will generate: results.sarif | ||
# Specify the directory to scan (in this case, the root directory). | ||
|
||
dockerfile: Dockerfile | ||
# Specify the name of the Dockerfile to be scanned. | ||
|
||
recursive: true | ||
# Enable recursive scanning to include subdirectories. | ||
|
||
output-file: hadolint-results.sarif | ||
# Define the name of the SARIF format output file. | ||
|
||
no-fail: true | ||
# Continue the workflow even if there are issues found (no-fail set to true). | ||
|
||
format: 'sarif' | ||
# Specify the format of the scan results, in this case, SARIF format. | ||
|
||
failure-threshold: 'error' | ||
continue-on-error: true | ||
|
||
# Define the threshold for failure based on severity (e.g., 'error'). | ||
- name: Upload Results to GitHub Advanced Security Dashboard | ||
uses: github/codeql-action/upload-sarif@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.54 | ||
1.0.55 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters