Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .gdn/.gdnsuppress

This file was deleted.

13 changes: 0 additions & 13 deletions .pipelines/azure_pipeline_mergedbranches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,6 @@ extends:
targetPath: '$(Build.ArtifactStagingDirectory)'
artifactName: drop
steps:
- bash: |
echo "Current directory: $(pwd)"
echo "Contents of .gdn directory:"
find . -name ".gdnsuppress" -type f
ls -la .gdn/ || echo ".gdn directory not found"
echo "Build.SourcesDirectory: $(Build.SourcesDirectory)"
echo "System.DefaultWorkingDirectory: $(System.DefaultWorkingDirectory)"
echo "Copying Guardian suppression file to workspace root..."
mkdir -p /mnt/vss/_work/1/.gdn
cp .gdn/.gdnsuppress /mnt/vss/_work/1/.gdn/.gdnsuppress
echo "Verification - suppression file copied:"
ls -la /mnt/vss/_work/1/.gdn/
displayName: 'copy over Guardian suppression file'
- task: ComponentGovernanceComponentDetection@0
- bash: |
commit=$(git describe)
Expand Down
Loading