Skip to content

Commit

Permalink
Merge pull request #4078 from GSA-TTS/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jul 12, 2024
2 parents 8b8d57b + d769034 commit 9cd2072
Show file tree
Hide file tree
Showing 90 changed files with 399 additions and 13,483 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: docker build -t ${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }} .

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: '${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }}'
scan-type: 'image'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: docker pull ${{ matrix.image.name }}

- name: Run Trivy vulnerability scanner on Third Party Images
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: '${{ matrix.image.name }}'
scan-type: 'image'
Expand Down
1 change: 0 additions & 1 deletion backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
"api",
"users",
"report_submission",
# "data_distro",
"dissemination",
"census_historical_migration",
"support",
Expand Down
10 changes: 0 additions & 10 deletions backend/data_distro/Data migration notes.txt

This file was deleted.

Empty file removed backend/data_distro/__init__.py
Empty file.
14 changes: 0 additions & 14 deletions backend/data_distro/admin.py

This file was deleted.

157 changes: 0 additions & 157 deletions backend/data_distro/api_views/basic_views.sql

This file was deleted.

56 changes: 0 additions & 56 deletions backend/data_distro/api_views/findings.sql

This file was deleted.

77 changes: 0 additions & 77 deletions backend/data_distro/api_views/general.sql

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9cd2072

Please sign in to comment.