Skip to content

Commit

Permalink
Merge pull request #484 from UN-OCHA/OPS-10899-audit-ignore
Browse files Browse the repository at this point in the history
chore: ignore audit warning that doesn't affect us
  • Loading branch information
lazysoundsystem authored Sep 26, 2024
2 parents 4040b20 + 671dba4 commit 75bc53d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@
"prefer-stable": true,
"config": {
"bin-dir": "vendor/bin/",
"audit": {
"abandoned": "report",
"ignore": {
"GHSA-mg8j-w93w-xjgc": "OPS-10899 - we do not store the hash salt in a file"
}
},
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
Expand Down Expand Up @@ -236,4 +242,4 @@
]
},
"version": "1.5.6"
}
}

0 comments on commit 75bc53d

Please sign in to comment.