-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into akd/auto-update-charmcraft-channel
- Loading branch information
Showing
6 changed files
with
17 additions
and
23 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 |
---|---|---|
|
@@ -259,6 +259,14 @@ jobs: | |
scan: ${{ fromJSON(needs.plan-scan.outputs.scans) }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Change directory | ||
run: | | ||
TEMP_DIR=$(mktemp -d) | ||
cp -rp ./${{ inputs.working-directory }}/. $TEMP_DIR | ||
rm -rf .* * || : | ||
cp -rp $TEMP_DIR/. . | ||
rm -rf $TEMP_DIR | ||
ls -lah | ||
- uses: actions/[email protected] | ||
if: matrix.scan.artifact != '' | ||
with: | ||
|
@@ -277,7 +285,7 @@ jobs: | |
docker image pull ${{ matrix.scan.image }} | ||
docker image save -o ${{ matrix.scan.file }} ${{ matrix.scan.image }} | ||
- name: Run Github Trivy Image Action | ||
uses: aquasecurity/trivy-action@0.25.0 | ||
uses: aquasecurity/trivy-action@0.28.0 | ||
with: | ||
input: ${{ matrix.scan.file }} | ||
trivy-config: ${{ inputs.trivy-image-config }} | ||
|
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Pebble CVE, false positive: https://github.com/canonical/pebble/issues/498#issuecomment-2339325722 | ||
CVE-2024-34156 |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ CVE-2022-31042 | |
CVE-2022-31043 | ||
CVE-2022-31090 | ||
CVE-2022-31091 | ||
CVE-2022-24775 | ||
CVE-2022-24775 |
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