Skip to content

Commit

Permalink
DBP-0000-add-tool-to-ldaputils (#103)
Browse files Browse the repository at this point in the history
DBP-0000-add-tool-to-ldaputils (#103)
  • Loading branch information
aimee-889 authored Dec 17, 2024
1 parent ff9e4aa commit 952a1ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/imagetoghcr-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:

- name: Upload Trivy scan results to GitHub Security tab
if: ${{ always() }}
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@ece8414c725e29de2e18c0859fda9e7280df9488
with:
sarif_file: 'trivy-results.sarif'
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ignore-unfixed: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@ece8414c725e29de2e18c0859fda9e7280df9488
if: always()
with:
sarif_file: 'trivy-results.sarif'
1 change: 1 addition & 0 deletions infra-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN set -x \
gettext \
librsync-dev \
python3-pip \
ldap-utils \
&& curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt-get install -y nodejs \
&& apt-get clean -y \
Expand Down

0 comments on commit 952a1ea

Please sign in to comment.